IT Placement Papers JAVA Hibernate
This category contains Hibernate Interview Questions and Answers |
What is meant by full object mapping?
|
|
|
|
|
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.
Only registered users can write comments. Please login or register.
|