Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 4.45 KB

hibernate.md

File metadata and controls

77 lines (62 loc) · 4.45 KB

Bookmarks tagged [hibernate]

https://thorben-janssen.com/hibernate-enum-mappings/

With Hibernate, you can map enums in 3 ways:

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


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