hibernate5.2 jdk
- 作者: 飘在天空的羽
- 来源: 51数据库
- 2020-12-21
Hibernate 5.2 is built using Java 8 JDK and will require Java 8 JRE at runtime (we are investigating whether
Java 9 will also work). This has a number of implications:
The hibernate-java8 module has been merged into hibernate-core and the Java 8 date/time types are now natively
supported.
(todo) support for Java 8 Optional
(todo) support for other Java 8 features?
hibernate 4用了jdk1.6特有的东西,所以建议用1.6以上的版本
Java 9 will also work). This has a number of implications:
The hibernate-java8 module has been merged into hibernate-core and the Java 8 date/time types are now natively
supported.
(todo) support for Java 8 Optional
(todo) support for other Java 8 features?
hibernate 4用了jdk1.6特有的东西,所以建议用1.6以上的版本
推荐阅读
