Skip to content

This repo is to learn Hibernate, an object-relational mapping (ORM) tool for the Java programming language.

Notifications You must be signed in to change notification settings

anaperezalonso/hibernate-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

hibernate-demo

This repo is to learn Hibernate, an object-relational mapping (ORM) tool for the Java programming language.

https://en.wikipedia.org/wiki/Hibernate_(framework) Hibernate 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 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.

About

This repo is to learn Hibernate, an object-relational mapping (ORM) tool for the Java programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published