Download List

Project Description

Hibernate is a powerful, high performance object/relational persistence and query service for Java. It lets you develop persistent objects following common Java idiom, including composition, association, inheritance, polymorphism, and the Java collections framework. To allow a rapid build procedure, Hibernate rejects the use of code generation or bytecode processing. Instead, runtime reflection is used and SQL generation occurs at system startup time. It supports Oracle, DB2, MySQL, PostgreSQL, Sybase, Interbase, Microsoft SQL Server, Mckoi SQL, Progress, SAP DB, and HypersonicSQL.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-10-24 18:02
1.1.6

Some association fetching improvements were made.
CGLIB is now used for proxies.
Tags: Minor feature enhancements

2002-10-21 00:16
1.1.5

This release introduces query language improvements, support for JVM-level caching inside application servers, some new APIs for advanced users, and a number of bugfixes.
Tags: Major feature enhancements

2002-09-27 22:12
1.1 final

This release introduces collection filters, query language improvements, Pointbase support, an ODMG-style API, and various bugfixes.
Tags: Major feature enhancements

2002-09-07 19:00
1.1 beta 11

This release extends the behavior of lifecycle objects and introduces
a new validation mechanism, along with various other changes.
Tags: Major feature enhancements

2002-08-23 18:32
1.1 beta 7

Some bugs which were introduced in earlier 1.1 beta releases have been fixed.
Tags: Major bugfixes

Project Resources