2019-10-31 21:43:47 -04:00
## Hibernate 5
2020-03-15 03:24:52 -04:00
This module contains articles about Hibernate 5. Let's not add more articles here, we should not be creating a -2 out of it. Please add to other existing hibernate-* modules, or create a new one.
2019-10-31 21:43:47 -04:00
### Relevant articles:
2020-07-07 07:18:10 -04:00
- [An Overview of Identifiers in Hibernate/JPA ](https://www.baeldung.com/hibernate-identifiers )
2020-03-22 14:10:34 -04:00
- [Hibernate Interceptors ](https://www.baeldung.com/hibernate-interceptor )
2019-10-31 21:43:47 -04:00
- [Hibernate Entity Lifecycle ](https://www.baeldung.com/hibernate-entity-lifecycle )
- [Hibernate 5 Naming Strategy Configuration ](https://www.baeldung.com/hibernate-naming-strategy )
- [Proxy in Hibernate load() Method ](https://www.baeldung.com/hibernate-proxy-load-method )
- [Hibernate 5 Bootstrapping API ](https://www.baeldung.com/hibernate-5-bootstrapping-api )
- [Guide to the Hibernate EntityManager ](https://www.baeldung.com/hibernate-entitymanager )
- [Using c3p0 with Hibernate ](https://www.baeldung.com/hibernate-c3p0 )
2020-07-07 07:18:10 -04:00
- [Persist a JSON Object Using Hibernate ](https://www.baeldung.com/hibernate-persist-json-object )
2020-08-20 06:38:27 -04:00
- [What Is the Hi/Lo Algorithm? ](https://www.baeldung.com/hi-lo-algorithm-hibernate )