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 |
Explain the main difference between entity beans and hibernate.
How to integrate Hibernate and Spring frameworks?
Can hibernate be used with mongodb?
Do you want to use hibernate 2nd level cache?
How many steps are in orm?
How to do many to many mapping in hibernate?
How to implement relationships in hibernate?
What is session in hibernate?
What is hibernate persistence context?
What is candidate key explain with example?
What is purpose of hibernate?
What is difference between flush and commit in hibernate?