목차
Hibernate 5
Properties
Migration to 5.2
참조
Hibernate 5
Hibernate ORM 5.0.0.CR1 Release
Second Candidate Release for 5.0
Third Candidate Release for ORM 5.0
Fourth Candidate Release for ORM 5.0
Hibernate ORM 5.0 has gone Final!
How to use Java 8's Optional with Hibernate
How to get query results as a Stream with Hibernate 5.2
5 Hibernate 5 features every developer should know - YouTube
Properties
Hibernate Configurations
hibernate.implicit_naming_strategy
hibernate.explicit_naming_strategy
Migration to 5.2
Hibernate 5.2 Migration guide
Hibernate 5: How to persist LocalDateTime & Co with Hibernate
참조
How to enable bytecode enhancement dirty checking in Hibernate
Hibernate 5 Java Configuration Example - DZone Java
Using Hibernate ORM with JDK 11 - In Relation To
: 5.3 까지는 Java 11을 지원하려면 의존성 추가가 필요했으나 5.4부터는 Java 11기본 지원
Hibernate 5 Boostrapping API | Baeldung