Please enable JavaScript.
Coggle requires JavaScript to display documents.
Persistence with Hibernate, 2e - Coggle Diagram
Persistence with Hibernate, 2e
Part 1. Getting Started with ORM p1
1 - Understanding object/relational persistence p3
1.1 - What is persistence p4
1.2 The paradigm mismatch p8
The problem of granularity p10
The problem of subtypes p11
The problem of identity p12
Problems relating to associations p14
The problem of data navigation p15
1.3 ORM and JPA p16
2 - Starting a project p19
2.1 Introducing Hibernate p19
2.2 "Hello World" with JPA p20
2.3 Native Hibernate Configuration p26
3 - Domain models and metadata p30
Part 2. Mapping Strategies p59
Part 3. Transactional Data Processing p227
Part 4. Writing Queries p343
Part 5. Building Applications p469