| 1. |
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. 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. |
|