2017-10-21 11:05:03 -04:00
|
|
|
|
## Relevant articles:
|
2017-11-02 04:12:05 -04:00
|
|
|
|
|
|
|
|
|
- [Dynamic Mapping with Hibernate](http://www.baeldung.com/hibernate-dynamic-mapping)
|
2017-11-12 15:08:24 -05:00
|
|
|
|
- [An Overview of Identifiers in Hibernate](http://www.baeldung.com/hibernate-identifiers)
|
2017-12-12 01:32:35 -05:00
|
|
|
|
- [Hibernate – Mapping Date and Time](http://www.baeldung.com/hibernate-date-time)
|
|
|
|
|
- [Hibernate Inheritance Mapping](http://www.baeldung.com/hibernate-inheritance)
|
2018-01-06 17:38:17 -05:00
|
|
|
|
- [A Guide to Multitenancy in Hibernate 5](http://www.baeldung.com/hibernate-5-multitenancy)
|
2018-01-17 15:53:17 -05:00
|
|
|
|
- [Introduction to Hibernate Spatial](http://www.baeldung.com/hibernate-spatial)
|
|
|
|
|
- [Hibernate Interceptors](http://www.baeldung.com/hibernate-interceptor)
|
2018-03-18 09:46:05 -04:00
|
|
|
|
- [JPA Attribute Converters](http://www.baeldung.com/jpa-attribute-converters)
|
2018-03-21 05:42:40 -04:00
|
|
|
|
- [Mapping LOB Data in Hibernate](http://www.baeldung.com/hibernate-lob)
|
2018-05-03 09:44:44 -04:00
|
|
|
|
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
|
2018-06-01 08:04:12 -04:00
|
|
|
|
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)
|
2018-06-16 19:53:00 -04:00
|
|
|
|
- [Bootstrapping JPA Programmatically in Java](http://www.baeldung.com/java-bootstrap-jpa)
|
2018-07-06 03:25:49 -04:00
|
|
|
|
- [Optimistic Locking in JPA](http://www.baeldung.com/jpa-optimistic-locking)
|
2018-09-07 06:56:13 -04:00
|
|
|
|
- [Hibernate Entity Lifecycle](https://www.baeldung.com/hibernate-entity-lifecycle)
|
2018-09-16 16:23:43 -04:00
|
|
|
|
- [Mapping A Hibernate Query to a Custom Class](https://www.baeldung.com/hibernate-query-to-custom-class)
|
2018-09-27 03:09:58 -04:00
|
|
|
|
- [@JoinColumn Annotation Explained](https://www.baeldung.com/jpa-join-column)
|
2018-10-12 16:22:56 -04:00
|
|
|
|
- [Hibernate 5 Naming Strategy Configuration](https://www.baeldung.com/hibernate-naming-strategy)
|
2018-10-23 04:57:41 -04:00
|
|
|
|
- [Proxy in Hibernate load() Method](https://www.baeldung.com/hibernate-proxy-load-method)
|
2018-11-09 04:46:30 -05:00
|
|
|
|
- [Custom Types in Hibernate](https://www.baeldung.com/hibernate-custom-types)
|
2018-12-06 12:27:24 -05:00
|
|
|
|
- [Criteria API – An Example of IN Expressions](https://www.baeldung.com/jpa-criteria-api-in-expressions)
|
|
|
|
|
- [Difference Between @JoinColumn and mappedBy](https://www.baeldung.com/jpa-joincolumn-vs-mappedby)
|
2018-12-28 03:44:23 -05:00
|
|
|
|
- [Hibernate 5 Bootstrapping API](https://www.baeldung.com/hibernate-5-bootstrapping-api)
|
2018-12-29 10:13:10 -05:00
|
|
|
|
- [Criteria Queries Using JPA Metamodel](https://www.baeldung.com/hibernate-criteria-queries-metamodel)
|
2019-01-02 15:53:09 -05:00
|
|
|
|
- [Guide to the Hibernate EntityManager](https://www.baeldung.com/hibernate-entitymanager)
|