====== Hibernate 5 ====== * [[http://in.relation.to/2015/05/28/hibernate-orm-500-cr-1-release/|Hibernate ORM 5.0.0.CR1 Release]] * [[http://in.relation.to/2015/07/09/hibernate-orm-500-cr2-release/|Second Candidate Release for 5.0]] * [[http://in.relation.to/2015/07/30/hibernate-orm-500-cr3-release/|Third Candidate Release for ORM 5.0]] * [[http://in.relation.to/2015/08/05/hibernate-orm-500-cr4-release/|Fourth Candidate Release for ORM 5.0]] * [[http://in.relation.to/2015/08/20/hibernate-orm-500-final-release/|Hibernate ORM 5.0 has gone Final!]] * [[http://www.thoughts-on-java.org/use-java-8-optional-hibernate/|How to use Java 8's Optional with Hibernate]] * [[http://www.thoughts-on-java.org/get-query-results-stream-hibernate-5/|How to get query results as a Stream with Hibernate 5.2]] * [[https://www.youtube.com/watch?v=bEjKBeB0QKQ|5 Hibernate 5 features every developer should know - YouTube]] ===== Properties ===== * [[java:hibernate:configuration|Hibernate Configurations]] * ''hibernate.implicit_naming_strategy'' * ''hibernate.explicit_naming_strategy'' ===== Migration to 5.2 ===== * [[https://github.com/hibernate/hibernate-orm/wiki/Migration-Guide---5.2|Hibernate 5.2 Migration guide]] * [[http://www.thoughts-on-java.org/hibernate-5-date-and-time/|Hibernate 5: How to persist LocalDateTime & Co with Hibernate]] ===== 참조 ===== * [[http://vladmihalcea.com/2016/02/11/how-to-enable-bytecode-enhancement-dirty-checking-in-hibernate/|How to enable bytecode enhancement dirty checking in Hibernate]] * [[https://dzone.com/articles/hibernate-5-java-configuration-example|Hibernate 5 Java Configuration Example - DZone Java]] * [[http://in.relation.to/2018/09/13/using-hibernate-orm-with-jdk11/|Using Hibernate ORM with JDK 11 - In Relation To]] : 5.3 까지는 Java 11을 지원하려면 의존성 추가가 필요했으나 5.4부터는 Java 11기본 지원 * [[https://www.baeldung.com/hibernate-5-bootstrapping-api|Hibernate 5 Boostrapping API | Baeldung]]