Top "Hibernate-5.x" questions

Hibernate-the object-relational mapping framework for the Java language released new version 5.x with enhanced features like query parser,multi-tenancy improvements,follow-on fetches,OSGi improvements etc.

spring - hibernate 5 naming strategy configuration

I am writing application using postgresql database and spring + hibernate frameworks. I upgraded spring framework from 4.1.5.RELEASE to 4.2.0.RELEASE version …

spring configuration hibernate-5.x
Hibernate 5 java.lang.NoSuchMethodError org.jboss.logging.Logger.debugf

I have a problem when I deploy a webapp with hibernate 5 Caused by: java.lang.NoSuchMethodError: org.jboss.logging.Logger.…

java logging jboss hibernate-5.x
spring4.2.1, hibernate5 integrate abstract method error

I declare spring-framework 4.2.1.BUILD-SNAPSHOT and hibernate 5.0.0.BETA2 in my project, but I get an AbstractMethodError. Here is the stack trace: …

spring-boot spring-4 usertype hibernate-5.x
How to configure Hibernate 5 with Spring 4

I wanted to upgrade to Hibernate 5 but I can't get it to work for some weird reason. My spring context …

java spring hibernate orm hibernate-5.x
ImprovedNamingStrategy no longer working in Hibernate 5

I have simple spring-jpa configuration where I have configured Hibernate's ImprovedNamingStrategy. This means if my entity class has a variable …

java hibernate jpa spring-data-jpa hibernate-5.x
What's new in Hibernate ORM 5?

I just saw that the 4th candidate got released for Hibernate 5. What's new in 5 compared to earlier versions?

java hibernate jpa orm hibernate-5.x
Hibernate 5 :- org.hibernate.MappingException: Unknown entity

I am getting the error message org.hibernate.MappingException: Unknown entity when i am trying to integrate hibernate 5.0 with mysql …

java mysql hibernate hibernate-5.x
java.lang.ClassNotFoundException: org.hibernate.engine.transaction.spi.TransactionContext

I am developing Spring MVC Hibernate Integration example. In this example I'm using Spring 4.1.9.RELEASE and Hibernate 5.1.0.Final. If I …

java jpa-2.0 hibernate-4.x hibernate-5.x
Get Connection object while using SessionFactory.getCurrentSession() in Hibernate

I'm trying to get Connection object in Hibernate when SessionFactory.getCurrentSession() is used. Source code import java.sql.Connection; import …

java hibernate hibernate-4.x hibernate-5.x
Consider defining a bean of type 'javax.persistence.EntityManagerFactory' in your configuration

I am using Spring Boot 2.0.0.RC1 (It include Spring Framework 5.0.3.RELEASE), Hibernate 5.2.12.Final, JPA 2.1 API 1.0.0.Final . I have a class …

java spring hibernate spring-boot hibernate-5.x