What are the orm level?



What are the orm level?..

Answer / Raghavendra Singh

In Hibernate, ORM (Object-Relational Mapping) levels refer to the different ways in which Java objects can be mapped to database tables. The three ORM levels in Hibernate are: Level 1 - Session API (manual mapping), Level 2 - SessionFactory API (configuration file based mapping), and Level 3 - Annotation-based or XML mapping (automatic mapping).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Explain the main difference between entity beans and hibernate.

1 Answers  


How to integrate Hibernate and Spring frameworks?

1 Answers  


Can hibernate be used with mongodb?

1 Answers  


Do you want to use hibernate 2nd level cache?

1 Answers  


How many steps are in orm?

1 Answers  


How to do many to many mapping in hibernate?

1 Answers  


How to implement relationships in hibernate?

1 Answers  


What is session in hibernate?

1 Answers  


What is hibernate persistence context?

1 Answers  


What is candidate key explain with example?

1 Answers  


What is purpose of hibernate?

1 Answers  


What is difference between flush and commit in hibernate?

1 Answers  


Categories