Hibernate / Hibernate interview questions II
Explain light object mapping level of ORM.
The entities are represented as Java classes that are mapped manually to the relational tables. The code is abstracted/hidden from the business logic using specific design patterns.
This approach is desirable for applications with less number of entities, or applications with common, metadata-driven data models.
More Related questions...