Bookmarks tagged [hibernate]
https://thorben-janssen.com/hibernate-enum-mappings/
With Hibernate, you can map enums in 3 ways:
- Hibernate’s standard mappings provide a simple way to store enum values in your database. You can choose if you want to persist the String representati...
https://thorben-janssen.com/hibernate-envers-getting-started/
Youtube Video for blog post - 8min
A lot of business applications require an audit log that documents all changes that were performed on the managed dat...
https://thoughts-on-java.org/complete-guide-inheritance-strategies-jpa-hibernate/#comments
Hibernate and JPA support 4 inheritance strategies which map the entities to different table models. But which one is the best for your use case?
- tags: java, jpa, hibernate, inheritance, sql
https://thoughts-on-java.org/hibernate-logging-guide/
How should you configure your Hibernate logging to find performance issues during development? What is the best configuration for production?
https://thoughts-on-java.org/ultimate-guide-association-mappings-jpa-hibernate/
Explains one-to-one, many-to-one and many-to-many associations with examples.
https://www.thoughts-on-java.org/complete-guide-inheritance-strategies-jpa-hibernate/
Hibernate and JPA support 4 inheritance strategies which map the entities to different table models. But which one is the best for your use case?
Teaching is my way of learning
https://access.redhat.com/articles/112673
Shows which versions the different components have in Jboss EAP platform (like Hibernate, RESTEasy, Weld) etc.
Full text search for Java objects
This project provides synchronization between entities managed by Hibernate ORM and full-text indexing services like Apache Lucene and Elasticsearch.
It will automa...
- tags: hibernate
- source code
http://hibernate.org/orm/documentation/