What is hibernate architecture?
Answer / Abhishek Kumar Srivastava
The Hibernate Architecture includes various layers like the Persistence Layer, Connection Layer, Session Factory Layer, and Service Layer. It uses an XML configuration file to map entities with database tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the java persistence api used for?
What inheritance mapping strategies are available in hibernate?
How to integrate Hibernate and Spring frameworks?
What is the default cache service of hibernate?
What is transaction management in hibernate? How it works?
What is a proxy object in hibernate?
Define hibernate?
What is cascade type?
What is session in hibernate and how to get it?
What are the benefits of named sql query?
What is hql and what are it’s benefits?
How to create composite key in hibernate using annotations?