Main Content

Relational Persistence for Java and .NET

Historically, Hibernate facilitated the storage and retrieval of Java domain objects via Object/Relational Mapping.  Today, Hibernate is a collection of related projects enabling developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping.

Hibernate News

4.1 Feature : Loading by NatualId
Jan 24, 2012 6:19 PM by Steve Ebersole
One of the new features in 4.1 will be the addition of an actual API for loading entities by natural id. Yes previous versions had the ability to do…
Hibernate Core 4.0.1 Released
Jan 11, 2012 3:01 PM by Steve Ebersole
Hibernate Core 4.0.1 has just been released. It mainly contains bug fixes and minor improvements. Check out the release notes for details. The a…
Event Listener Registration
Jan 9, 2012 10:16 AM by Steve Ebersole
4.0 changes the way event listeners get registered to leverage some added capabilities, namely services and integrators. I won't get into services t…
View more hibernate news