fa112ee5f8 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Hibernate JPA
This module contains articles specific to use of Hibernate as a JPA implementation, such as Locking, Bootstrapping, One-to-One Relationship, Persistence Context, and more.
Relevant articles:
- JPA Attribute Converters
- Pessimistic Locking in JPA
- Bootstrapping JPA Programmatically in Java
- Optimistic Locking in JPA
- Criteria API – An Example of IN Expressions
- One-to-One Relationship in JPA
- Enabling Transaction Locks in Spring Data JPA
- JPA/Hibernate Persistence Context
- Quick Guide to EntityManager#getReference()