ENGLISH

Hibernate Notes For Professionals. 30+ pages of professional hints and tricks

Book information

Publisher
GoalKicker.com
Year
2018
Language
english
Format
PDF
Filesize
669 kB (685563 bytes)
Pages
\39
Time added
2020-05-25 18:48:40

Description

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

Similar books