Hibernate / Hibernate interview questions II
Explain medium object mapping in hibernate.
The application is built on the basis of an object model. The SQL code is generated at build time. 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.
More Related questions...