answersLogoWhite

0

Hibernate is a framework in Java and J2EE which is used to connect to the database in Enterprise class applications. Actually Hibernate is too big a topic to elaborate in one answer but it is used to connect to databases and retrieve/update values. The benefit is that, we need not manually write queries like we do in normal Java database connectivity. Instead hibernate takes care of connecting to the database and picking up or updating the values we need. It does this with the help of hibernate mapping files which are xml files that represent the database schema which we intend on retrieving or updating.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
More answers

The program retrieves POJOs (plain old Java objects) from a relational database using the Hibernate framework as the persistence layer. Object-relational mapping tools are provided by the framework known as Hibernate (ORM)

Do you wanna know more about Hibernate Framework in java, Check this out

Name: Login360 Software Training Institute

Address: No-06, Ground Floor, 5th Main Road, Vijaya Nagar Velachery, Chennai – 600042.

Phone: 6385872810

User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of hibernet in Java?
Write your answer...
Submit
Still have questions?
magnify glass
imp