Hibernate / Hibernate interview questions
Explain the features introduced in Hibernate 5.
Support of Java 8 in Hibernate 5 is one of the major changes and it supports Java 8 Date and Time API.
Hibernate 5 supports full-text search through Lucene 5.
Hibernate 5 through OGM provides the support for persistence to the NoSQL Databases such as MongoDB, REDIS.
@NamedQuery and other Hibernate annotations are now repeatable and can be assigned multiple times.This eliminates the use of container annotations such as @NamedQueries.
More Related questions...