Sunday, 17 April 2011

What are the ORM levels ?

The ORM levels are:
  • Pure relational (stored procedure.)
  • Light objects mapping (JDBC)
  • Medium object mapping
  • Full object Mapping (composition,inheritance, polymorphism, persistence by reachability)

No comments:

Post a Comment