adspace


What are the orm level?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493