Hibernate (Java) Question:

What are the ORM level?

Tweet Share WhatsApp

Answer:

The ORM levels are:

* Pure relational (stored procedure.)
* Light objects mapping (JDBC)
* Medium object mapping
* Full object Mapping (composition,inheritance, polymorphism, persistence by reachability)

Download Hibernate PDF Read All 52 Hibernate Questions
Previous QuestionNext Question
What does ORM consists of?What is Hibernate?