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 |
What is configuration in hibernate?
What is lazy code?
What is mapping in coding?
Explain the role of session interface in hibernate.
Why do we use orm?
What is the use of entitymanager in hibernate?
Explain the difference between criteria and criterion in hibernate?
Why sessionfactory is used in hibernate?
What is many-to-many association in hibernate?
Does hibernate use reflection?
What is difference between sessionfactory and session in hibernate?
Why cascade is used in hibernate?