Hibernate (Java) Question:
Download Job Interview Questions and Answers PDF
What does ORM consists of?
Answer:
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
* API for performing basic CRUD operations
* API to express queries refering to classes
* Facilities to specify metadata
* Optimization facilities : dirty checking,lazy associations fetching
Download Hibernate Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the general considerations or best practices for defining your Hibernate persistent classes? | What are the ORM level? |