Hibernate framework (Full Course) Getting started with Hibernate and Java EE (Class 1)

preview_player
Показать описание
Hibernate ORM 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 reduces lines of code by maintaining object-table mapping itself and returns result to application in form of Java objects. It relieves programmer from manual handling of persistent data, hence reducing the development time and maintenance cost.
Hibernate takes care of mapping Java classes to database tables using XML files and without writing any line of code. ... If there is change in the database or in any table, then you need to change the XML file properties only. Abstracts away the unfamiliar SQL types and provides a way to work around familiar Java Objects.
Рекомендации по теме
Комментарии
Автор

Thank you very much sir, very helpful

phoenix_ik