Hibernate 3 First Application with Eclipse & MySql

Published: 24 April 2019
on channel: JavaEE Tips
427
5

Hibernate ORM (Hibernate in short) is an object-relational mapping 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 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.


Watch video Hibernate 3 First Application with Eclipse & MySql online without registration, duration hours minute second in high quality. This video was added by user JavaEE Tips 24 April 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 427 once and liked it 5 people.