Hibernate (Java) Question:
Download Job Interview Questions and Answers PDF
What is meant by full object mapping?
Answer:
Full object mapping supports sophisticated object modeling: composition, inheritance, polymorphism and persistence. The persistence layer implements transparent persistence; persistent classes do not inherit any special base class or have to implement a special interface. Efficient fetching strategies and caching strategies are implemented transparently to the application.
Download Hibernate Interview Questions And Answers
PDF
Previous Question | Next Question |
What is a meant by medium object mapping? | What are the benefits of ORM and Hibernate? |