2020-03-15 03:21:47 -04:00
## Hibernate JPA
2020-03-11 08:50:26 -04:00
2020-03-22 14:10:34 -04:00
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.
2020-03-11 08:50:26 -04:00
### Relevant articles:
2020-03-22 14:10:34 -04:00
- [JPA Attribute Converters ](https://www.baeldung.com/jpa-attribute-converters )
- [Pessimistic Locking in JPA ](https://www.baeldung.com/jpa-pessimistic-locking )
2020-03-11 08:50:26 -04:00
- [Bootstrapping JPA Programmatically in Java ](http://www.baeldung.com/java-bootstrap-jpa )
2020-03-22 14:10:34 -04:00
- [Optimistic Locking in JPA ](https://www.baeldung.com/jpa-optimistic-locking )
2020-03-11 08:50:26 -04:00
- [Criteria API – An Example of IN Expressions ](https://www.baeldung.com/jpa-criteria-api-in-expressions )
- [One-to-One Relationship in JPA ](https://www.baeldung.com/jpa-one-to-one )
- [Enabling Transaction Locks in Spring Data JPA ](https://www.baeldung.com/java-jpa-transaction-locks )
- [JPA/Hibernate Persistence Context ](https://www.baeldung.com/jpa-hibernate-persistence-context )
2020-04-10 03:54:59 -04:00
- [Quick Guide to EntityManager#getReference() ](https://www.baeldung.com/jpa-entity-manager-get-reference )