Interview Question in Hibernate


 

Interview Question :: What does ORM consists of ?

What does ORM consists of ?

by ksk
VoteNowAnswers to "What does ORM consists of ?"

An ORM solution consists of the followig four pieces:

  • API for performing basic CRUD operations
  • API to express queries refering to classes
  • Facilities to specify metadata
  • Optimization facilities : dirty checking,lazy associations fetching
by ksk