Hibernate (Java) Question:
Download Job Interview Questions and Answers PDF
What are the ORM level?
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)
* Pure relational (stored procedure.)
* Light objects mapping (JDBC)
* Medium object mapping
* Full object Mapping (composition,inheritance, polymorphism, persistence by reachability)
Download Hibernate Interview Questions And Answers
PDF
Previous Question | Next Question |
What does ORM consists of? | What is Hibernate? |