Top "Hibernate-4.x" questions

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

How do I get unit test to run in java 7: java.lang.VerifyError: Expecting a stackmap frame at branch target

Hi I am running a maven test using maven 3.0.3 with hibernate 4.0.0 Final release and spring 3.1 on jdk7 update 2. I get …

java equals spring-3 java-7 hibernate-4.x
How can I globally set FlushMode for Hibernate 4.3.5.Final with Spring 4.0.6?

I'm trying to upgrade our application with Hibernate 4.3.5.Final and Spring 4.0.6. Any where in my app with database write operation …

java spring hibernate hibernate-4.x spring-4
Hibernate 4 ClassCastException on LAZY loading while EAGER works fine

I have the following JOINED inheritance root entity for geographic areas (like continents, countries, states etc.): @Entity @Table(name = "GeoAreas") @…

hibernate jpa lazy-loading classcastexception hibernate-4.x
How to create a generic entity model class that supports generic id including auto generated ids?

I have three kinds of primary keys for tables: INT auto generated primary key which use AUTO_INCREMENT capacity from …

java mysql hibernate jpa hibernate-4.x