Hibernate (Java) Question:
Download Questions PDF

What is a meant by light object mapping?

Answer:

The entities are represented as classes that are mapped manually to the relational tables. The code is hidden from the business logic using specific design patterns. This approach is successful for applications with a less number of entities, or applications with common, metadata-driven data models. This approach is most known to all.

Download Hibernate Interview Questions And Answers PDF

Previous QuestionNext Question
Why do you need ORM tools like hibernate?What is a meant by medium object mapping?