News

For a Java developer, Hibernate 3 annotations offer a terrific way to model the domain layer. Without much effort, you can get Hibernate to generate your database schema automatically, dispensing ...
Hibernate Commons Annotations is a utility project used by several Hibernate projects; as a user of Hibernate libraries you probably are not going to use this directly. Its first scope is to support ...
The Hibernate team has released Hibernate 3.2 GA. This release is ready for production use and includes final releases of the Java Persistence provider, Hibernate Annotations and Hibernate EntityManag ...
JPA and Hibernate enum mapping The Java enum, introduced in Java 5, will map to the underlying database without any intervention. The JPA framework, be it Hibernate or Toplink or DataNucleus, will ...
Hibernate Annotations in Version 3.2 include several packages of JDK (Java Development Kit) 5.0 code annotations for mapping classes as a replacement or in addition to XML metadata.