Table of Contents
Hibernate ORM
Return to Misconfigured, Hibernate courses, Managing Hibernate, Installing Hibernate, Hibernate FAQ, SQL, Database topics
Hibernate Hibernate (framework)
“Hibernate is an object-relational mapping (ORM) library for the Java language enabling Java developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping.” Fair Use Source: https://stackoverflow.com/questions/tagged/hibernate
Best playlist: https://www.youtube.com/watch?v=uVLujq7_35E&list=PL50BZOuKafAYFT_F4Yris5Vj2ApwzUfmR
- Snippet from Wikipedia: 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 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.
YouTube Videos
Cloud Monk recommends the following YouTube video:
GitHub Tags
GitHub Tags: hibernate, java, orm, jpa, jdbc, database, gradle, unitofwork, envers, java8, java8-times
External Sites
Main
Interesting Articles
Support Resources, FAQs, Q&A, Docs, Blogs
Search Engines
Repos and Registries
Courses
Books
Vidcasts-Podcasts
Cloud Monk is Retired (for now). Buddha with you. Copyright | © 2024 Losang Jinpa or Fair Use. Disclaimers. REPLACE with: navbar_footer