Tags
Authors
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
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
This is the first CR release for the Hibernate ORM 5.3 family. 5.3 represents a JPA 2.2 compatible version on top of 5.2. CR1 indicates that we have verified that this release passes the JPA 2.2 TCK. In 2 weeks (Feb 28) we will release either Final or CR2.
See Jira for the complete list of changes
See the downloads page for details on obtaining this release
In this post, I’d like you to meet Jonathan Bregler, a software developer at SAP working on the SAP HANA database.
[ ... ]
Although there has been support for SAP HANA in Hibernate for some time, the respective dialects implemented only the basic features and there was no official support from SAP.
Several features like, for example, database-generated identity columns and table comments were not available.
The recent Hibernate ORM release 5.2.12 comes with an improved support for SAP HANA that allows the use of all features provided by the Hibernate ORM framework.
This release comes with full support from the SAP HANA team. We will keep updating this open source project to deliver more advanced features.