Bookmarks tagged [hibernate]
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/