HIbernate:What are the ORM levels?

What are the ORM levels?

View Answers

June 23, 2012 at 4:25 PM

The ORM levels are:

· Pure relational (stored procedure).

· Light objects mapping (JDBC).

· Medium object mapping.

· Full object Mapping (composition, inheritance, polymorphism, persistence by reachability).









Related Tutorials/Questions & Answers:
Advertisements