Hibernate (Java) Question:
Download Questions PDF

What is a meant by medium object mapping?

Answer:

The application is designed around an object model. The SQL code is generated at build time. And the associations between objects are supported by the persistence mechanism, and queries are specified using an object-oriented expression language. This is best suited for medium-sized applications with some complex transactions. Used when the mapping exceeds 25 different database products at a time.

Download Hibernate Interview Questions And Answers PDF

Previous QuestionNext Question
What is a meant by light object mapping?What is meant by full object mapping?