hibernate.md

July 15, 2021 · View on GitHub

Bookmarks tagged [hibernate]

www.codever.land/bookmarks/t/hibernate

Enum Mappings with Hibernate - The Complete Guide

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

Hibernate Envers - Getting started

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


Complete Guide: Inheritance strategies with JPA and 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?


Hibernate Logging Guide - Use the right config for dev and prod

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?


Ultimate Guide - Association Mappings with JPA and Hibernate

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.


Complete Guide: Inheritance strategies with JPA and Hibernate

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?


Vlad Mihalcea's Blog

https://vladmihalcea.com/

Teaching is my way of learning


JBoss Enterprise Application Platform Component Details - Red Hat Customer Portal

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


Hibernate ORM documentation

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

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