2017-10-21 21:05:03 +06:00
|
|
|
|
## Relevant articles:
|
2017-11-02 10:12:05 +02:00
|
|
|
|
|
|
|
|
|
- [Dynamic Mapping with Hibernate](http://www.baeldung.com/hibernate-dynamic-mapping)
|
2017-11-12 20:08:24 +00:00
|
|
|
|
- [An Overview of Identifiers in Hibernate](http://www.baeldung.com/hibernate-identifiers)
|
2017-12-12 12:32:35 +06: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 16:38:17 -06:00
|
|
|
|
- [A Guide to Multitenancy in Hibernate 5](http://www.baeldung.com/hibernate-5-multitenancy)
|
2018-01-18 02:53:17 +06:00
|
|
|
|
- [Introduction to Hibernate Spatial](http://www.baeldung.com/hibernate-spatial)
|
|
|
|
|
- [Hibernate Interceptors](http://www.baeldung.com/hibernate-interceptor)
|
2018-03-18 15:46:05 +02:00
|
|
|
|
- [JPA Attribute Converters](http://www.baeldung.com/jpa-attribute-converters)
|
2018-03-21 09:42:40 +00:00
|
|
|
|
- [Mapping LOB Data in Hibernate](http://www.baeldung.com/hibernate-lob)
|
2018-05-03 19:44:44 +06:00
|
|
|
|
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
|
2018-06-01 18:04:12 +06:00
|
|
|
|
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)
|
2018-06-16 18:53:00 -05:00
|
|
|
|
- [Bootstrapping JPA Programmatically in Java](http://www.baeldung.com/java-bootstrap-jpa)
|
2018-07-06 13:25:49 +06:00
|
|
|
|
- [Optimistic Locking in JPA](http://www.baeldung.com/jpa-optimistic-locking)
|
2018-09-07 16:56:13 +06:00
|
|
|
|
- [Hibernate Entity Lifecycle](https://www.baeldung.com/hibernate-entity-lifecycle)
|
2018-09-16 22:23:43 +02:00
|
|
|
|
- [Mapping A Hibernate Query to a Custom Class](https://www.baeldung.com/hibernate-query-to-custom-class)
|
2018-09-27 15:09:58 +08:00
|
|
|
|
- [@JoinColumn Annotation Explained](https://www.baeldung.com/jpa-join-column)
|
2018-10-13 02:22:56 +06:00
|
|
|
|
- [Hibernate 5 Naming Strategy Configuration](https://www.baeldung.com/hibernate-naming-strategy)
|
2018-10-23 16:57:41 +08:00
|
|
|
|
- [Proxy in Hibernate load() Method](https://www.baeldung.com/hibernate-proxy-load-method)
|
2019-02-28 21:22:25 +08:00
|
|
|
|
- [Custom Types in Hibernate and the @Type Annotation](https://www.baeldung.com/hibernate-custom-types)
|
2018-12-06 22:57:24 +05:30
|
|
|
|
- [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 10:44:23 +02:00
|
|
|
|
- [Hibernate 5 Bootstrapping API](https://www.baeldung.com/hibernate-5-bootstrapping-api)
|
2018-12-29 08:13:10 -07:00
|
|
|
|
- [Criteria Queries Using JPA Metamodel](https://www.baeldung.com/hibernate-criteria-queries-metamodel)
|
2019-01-02 22:53:09 +02:00
|
|
|
|
- [Guide to the Hibernate EntityManager](https://www.baeldung.com/hibernate-entitymanager)
|
2019-01-04 17:24:15 +05:30
|
|
|
|
- [Get All Data from a Table with Hibernate](https://www.baeldung.com/hibernate-select-all)
|
2019-01-04 17:35:15 +05:30
|
|
|
|
- [One-to-One Relationship in JPA](https://www.baeldung.com/jpa-one-to-one)
|
2019-01-04 17:36:49 +05:30
|
|
|
|
- [Hibernate Named Query](https://www.baeldung.com/hibernate-named-query)
|
2019-01-04 17:42:37 +05:30
|
|
|
|
- [Using c3p0 with Hibernate](https://www.baeldung.com/hibernate-c3p0)
|
2019-01-04 18:00:24 +05:30
|
|
|
|
- [Persist a JSON Object Using Hibernate](https://www.baeldung.com/hibernate-persist-json-object)
|
2019-01-27 15:11:21 +02:00
|
|
|
|
- [Common Hibernate Exceptions](https://www.baeldung.com/hibernate-exceptions)
|
2019-03-04 17:05:55 +05:30
|
|
|
|
- [Hibernate Aggregate Functions](https://www.baeldung.com/hibernate-aggregate-functions)
|
2019-03-04 17:07:30 +05:30
|
|
|
|
- [Hibernate Query Plan Cache](https://www.baeldung.com/hibernate-query-plan-cache)
|
2019-04-04 21:51:14 +08:00
|
|
|
|
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
|
2019-07-01 16:20:28 +05:30
|
|
|
|
- [Enabling Transaction Locks in Spring Data JPA](https://www.baeldung.com/java-jpa-transaction-locks)
|