Write a short note on Hibernate elements
Answers
Answered by
0
Hibernate uses the following architecture to allow interaction with the database: Hibernate connects to the database and then modifies each Hibernate Query Language statement into database-specific statements. These are then mapped to Java objects which can then be accessed and used by the Java application.
Answered by
4
Answer:
Hibernate has a layered architecture which helps the user to operate without having to know the underlying APIs. Hibernate makes use of the database and configuration data to provide persistence services (and persistent objects) to the application.
Similar questions