Jump to content

Hibernate (framework)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Evolve75 (talk | contribs) at 00:37, 27 December 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Hibernate is an Object/Relational Persistance framework for the Java language, and was developed by Christian Bauer and Gavin King. Hibernate provides an easy to use framework for mapping a Object oriented domain model back to a traditional relational database.

Hibernate Home Page