Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 3.48 KB

hibernate.md

File metadata and controls

61 lines (50 loc) · 3.48 KB

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?


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?


https://vladmihalcea.com/

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.


http://hibernate.org/search/

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...


http://hibernate.org/orm/documentation/

  • Getting Started Guide
  • User Guide
  • HIbernate JavaDoc
  • JPA 2.1 JavaDoc
  • etc....
  • tags: hibernate, docs