Top "Hibernate-4.x" questions

Represents the 4.x release of the Hibernate Object/Relational Mapping project

NoSuchMethodError in javax.persistence.Table.indexes()[Ljavax/persistence/Index

I have a Play Framework application and I was using Hibernate 4.2.5.Final (which is retrieved via the Maven dependency manager). …

java playframework-2.0 hibernate-4.x
Hibernate : No CurrentSessionContext configured

I'm stuck due to some silly mistake somewhere but not able to figure out ! Hibernate 4.2.6 I have referred to this …

hibernate hibernate-mapping hibernate-4.x
How do you configure logging in Hibernate 4 to use SLF4J

Hibernate 3.x used slf4j for logging. Hibernate 4.x uses jboss-logging. I am writing a standalone application which uses Hibernate 4, …

hibernate logging slf4j hibernate-4.x jboss-logging
org.hibernate.HibernateException: No Session found for current thread

I'm getting the above exception with Spring3 and Hibernte4 The following is my bean xml file <?xml version="1.0" encoding="…

spring hibernate spring-3 hibernate-4.x
org.hibernate.exception.SQLGrammarException: could not extract ResultSet

I have implemented a simple application in Hibernate-4. This application retrieve the value from a table. But when I try …

java hibernate hibernate-mapping hibernate-4.x
"Error creating bean with name" When creating a Transaction Manager

Here is my hibernate.cfg.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration …

java spring hibernate tomcat hibernate-4.x
How to start spring-boot app without depending on Database?

I am using "Spring-boot + Hibernate4 + mysql" for my application. As part of which I have a requirement where my sprint-boot …

mysql spring jpa spring-boot hibernate-4.x
eventlisteners using hibernate 4.0 with spring 3.1.0.release?

These jars are both new released and have the latest solutions for Java EE applications. But I have a problem …

java event-listener spring-3 hibernate-4.x
How to configure second level cache in Hibernate 4.1.5 SP1?

I have read other threads on here about this subject but none of the solutions work for me. I tried …

hibernate second-level-cache hibernate-4.x
No Session found for current thread (Spring 3.1.X and Hibernate 4)

I'm trying to set up my project using Spring 3.1 and Hibernate 4. I've been following some tutorials online. I'm getting a …

java hibernate spring spring-3 hibernate-4.x