What is "hibernate"

Hibernate is a framework for object-relational mapping written in the Java language, but is also available in . Net as the name Nhibernate.

This framework facilitates the mapping of attributes between a traditional relational database and the object model of an application, using either (XML) or Java annotations (see Annotation (java)). Hibernate is free open source software distributed with the LGPL license.