What is the architecture of hibernate?



What is the architecture of hibernate?..

Answer / Sukhdeep Singh Rajput

Hibernate follows a layered architecture consisting of three main layers: Connection, Session, and Service. Each layer has its own responsibilities and components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is configuration in hibernate?

1 Answers  


What is lazy code?

1 Answers  


What is mapping in coding?

1 Answers  


Explain the role of session interface in hibernate.

1 Answers  


Why do we use orm?

1 Answers  


What is the use of entitymanager in hibernate?

1 Answers  


Explain the difference between criteria and criterion in hibernate?

1 Answers  


Why sessionfactory is used in hibernate?

1 Answers  


What is many-to-many association in hibernate?

1 Answers  


Does hibernate use reflection?

1 Answers  


What is difference between sessionfactory and session in hibernate?

1 Answers  


Why cascade is used in hibernate?

1 Answers  


Categories