Computer Science, asked by zaidk3171, 1 year ago

Short note on Hibernate.

Answers

Answered by SuhelAktar
2

Here is your answer

Hope it will help you

Please mark me as a brainliest

Attachments:
Answered by varnix
0

Hibernate ORM is an object - relational mapping tool for 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 Licence 2.1 .

Hibernates primary feature is mapping from java classes to database tables, and mapping from java data types to SQL data types. Hibernate also provide data query and retrieval facilities.

Similar questions