Tags
Authors
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
The Sixteenth bug-fix release for Hibernate ORM 5.2 has just been published.
In this post, I’d like you to meet Mark Rotteveel, software developer and open source enthusiast.
[ ... ]
This release backports some bugfixes that can affect applications that:
-
set hibernate.order_inserts=true;
-
set hibernate.hbm2ddl.auto=update or hibernate.hbm2ddl.auto=validate and use a JDK 1.6 version of JDBC.
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
The Fifteenth bug-fix release for Hibernate ORM 5.2 has just been published.
The Fourteenth bug-fix release for Hibernate ORM 5.2 has just been published.
Hibernate ORM 5.3 implements the JPA 2.2 standard. Over the following weeks, we are going to present various features introduced by JPA 2.2.
The JPA 2.2 specification says that the following Java 8 types are now supported:
-
java.time.LocalDate
, -
java.time.LocalTime
, -
java.time.LocalDateTime
, -
java.time.OffsetTime
, -
java.time.OffsetDateTime
In this article, you are going to see that Hibernate ORM supports all these types, and even more:
-
java.time.Duration
, -
java.time.ZonedDateTime