2020-03-15 03:21:47 -04:00
|
|
|
|
## Hibernate JPA
|
2020-03-11 08:50:26 -04:00
|
|
|
|
|
2020-03-15 03:21:47 -04:00
|
|
|
|
This module contains articles about Hibernate JPA.
|
2020-03-11 08:50:26 -04:00
|
|
|
|
|
|
|
|
|
### Relevant articles:
|
|
|
|
|
|
|
|
|
|
- [JPA Attribute Converters](http://www.baeldung.com/jpa-attribute-converters)
|
|
|
|
|
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)
|
|
|
|
|
- [Bootstrapping JPA Programmatically in Java](http://www.baeldung.com/java-bootstrap-jpa)
|
|
|
|
|
- [Optimistic Locking in JPA](http://www.baeldung.com/jpa-optimistic-locking)
|
|
|
|
|
- [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)
|
|
|
|
|
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
|
|
|
|
|
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
|