What is hibernate architecture?



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

Post New Answer

More Hibernate Interview Questions

What is the java persistence api used for?

1 Answers  


What inheritance mapping strategies are available in hibernate?

1 Answers  


How to integrate Hibernate and Spring frameworks?

1 Answers  


What is the default cache service of hibernate?

1 Answers  


What is transaction management in hibernate? How it works?

1 Answers  


What is a proxy object in hibernate?

1 Answers  


Define hibernate?

1 Answers  


What is cascade type?

1 Answers  


What is session in hibernate and how to get it?

1 Answers  


What are the benefits of named sql query?

1 Answers  


What is hql and what are it’s benefits?

1 Answers  


How to create composite key in hibernate using annotations?

1 Answers  


Categories