Click here to Skip to main content
15,917,862 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What are the benefits of using Hibernate Framework? Is it easy to integrate with other Java frameworks?

What I have tried:

Already read at codeproject some articles about it.
Posted
Updated 10-May-18 2:31am

1 solution

Hibernate is an ORM, Object-relational mapping tool which simplifies using the database in a Java application. See Object-relational mapping - Wikipedia[^] and Hibernate (framework) - Wikipedia[^].

What comes to integrating to other frameworks, in general I would say so since the connection between different frameworks you choose to use is the program you're creating.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900