How many objects are there in hibernate architecture?



How many objects are there in hibernate architecture?..

Answer / Md. Faizan Khan

There are several key objects in Hibernate architecture: Session, Transaction, SessionFactory, and Query. However, it's important to note that Hibernate uses Service Providers for configuration and integration with the application container.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How create hibernate cfg xml in eclipse?

1 Answers  


What are the different functionalities supported by hibernate?

1 Answers  


What is collection mapping?

1 Answers  


What is the difference between jpa and hibernate?

1 Answers  


What is sessionfactory?

1 Answers  


What is orphan removal in hibernate?

1 Answers  


Is hibernate an orm?

1 Answers  


What is the dirty checking in hibernate?

1 Answers  


What is difference between save and update in hibernate?

1 Answers  


How to configure second level cache in hibernate?

1 Answers  


What does service layer do?

1 Answers  


What is fetch in hibernate?

1 Answers  


Categories