Hibernate (framework)

Hibernate ORM (or simply Hibernate) is an object–relational mapping:§1.2.2,[12] tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database. Hibernate handles object–relational impedance mismatch problems by replacing direct, persistent database accesses with high-level object handling functions.

Hibernate ORM
Developer(s)Red Hat
Initial release23 May 2001 (2001-05-23)
Stable release
6.1.4.Final / October 5, 2022 (2022-10-05)
Repository
Written inJava
Operating systemCross-platform (JVM)
PlatformJava Virtual Machine
TypeObject–relational mapping
LicenseGNU Lesser General Public License
Websitehibernate.org

Hibernate is free software that is distributed under the GNU Lesser General Public License 2.1.

Hibernate's primary feature is mapping from Java classes to database tables, and mapping from Java data types to SQL data types. Hibernate also provides data query and retrieval facilities. It generates SQL calls and relieves the developer from the manual handling and object conversion of the result set.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.