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-08-21 10:11
1.1 beta 6b

This version significantly refactored the core persistence engine with improved outer-join fetching, collection fetching, collection updates, and update batching. A new "bag" collection style was also added.
Tags: Major feature enhancements

2002-08-11 15:28
1.1 beta 4

This version introduces a JMX management interface and adds an SQL-style "having" clause to the query language.
Tags: Minor feature enhancements

2002-08-05 00:34
1.1 beta 1

This release introduces a brand new query API supporting pageable result sets and named parameters, query language enhancements including subqueries, reworked documentation in DocBook, JCS cache integration, an improved prepared statement cache, and many minor bugfixes and performance optimizations.
Tags: Major feature enhancements

2002-07-17 15:49
1.0.1

This version added support for aggregate functions in the query language, and made several minor enhancements.
Tags: Major feature enhancements

2002-07-07 10:01
1.0 final

This release is identical to version 1.0rc3.

Project Resources