دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: GoalKicker.com
سری:
ناشر: GoalKicker.com
سال نشر: 2018
تعداد صفحات: [39]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 669 Kb
در صورت تبدیل فایل کتاب Hibernate Notes For Professionals. 30+ pages of professional hints and tricks به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب یادداشت های Hibernate برای حرفه ای ها. 30 صفحه نکات و ترفندهای حرفه ای نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Content list About Chapter 1: Getting started with Hibernate Section 1.1: Using XML Configuration to set up Hibernate Section 1.2: Simple Hibernate example using XML Section 1.3: XML-less Hibernate configuration Chapter 2: Fetching in Hibernate Section 2.1: It is recommended to use FetchType.LAZY. Join fetch the columns when they are needed Chapter 3: Hibernate Entity Relationships using Annotations Section 3.1: Bi-Directional Many to Many using user managed join table object Section 3.2: Bi-Directional Many to Many using Hibernate managed join table Section 3.3: Bi-directional One to Many Relationship using foreign key mapping Section 3.4: Bi-Directional One to One Relationship managed by Foo.class Section 3.5: Uni-Directional One to Many Relationship using user managed join table Section 3.6: Uni-directional One to One Relationship Chapter 4: HQL Section 4.1: Selecting a whole table Section 4.2: Select specific columns Section 4.3: Include a Where clause Section 4.4: Join Chapter 5: Native SQL Queries Section 5.1: Simple Query Section 5.2: Example to get a unique result Chapter 6: Mapping associations Section 6.1: One to One Hibernate Mapping Chapter 7: Criterias and Projections Section 7.1: Use Filters Section 7.2: List using Restrictions Section 7.3: Using Projections Chapter 8: Custom Naming Strategy Section 8.1: Creating and Using a Custom ImplicitNamingStrategy Section 8.2: Custom Physical Naming Strategy Chapter 9: Caching Section 9.1: Enabling Hibernate Caching in WildFly Chapter 10: Association Mappings between Entities Section 10.1: One to many association using XML Section 10.2: OneToMany association Chapter 11: Lazy Loading vs Eager Loading Section 11.1: Lazy Loading vs Eager Loading Section 11.2: Scope Chapter 12: Enable/Disable SQL log Section 12.1: Using a logging config file Section 12.2: Using Hibernate properties Section 12.3: Enable/Disable SQL log in debug Chapter 13: Hibernate and JPA Section 13.1: Relationship between Hibernate and JPA Chapter 14: Performance tuning Section 14.1: Use composition instead of inheritance Credits You may also like