Hibernate (Java) Question:

What is a meant by light object mapping?

Tweet Share WhatsApp

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 PDF Read All 52 Hibernate Questions
Previous QuestionNext Question
Why do you need ORM tools like hibernate?What is a meant by medium object mapping?