Interview Question in Hibernate


 

Interview Question :: What are the ORM levels?

What are the ORM levels?

by ksk
VoteNowAnswers to "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)


 

by ksk