What is a meant by medium object mapping?
Answer / Pallavi Singh
Medium Object Mapping refers to a type of ORM mapping in Hibernate, where the database table and Java class have similar structures, but there are differences that require additional configuration or mappings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an example of a one to many relationship?
What is latest hibernate version?
Which is better hibernate or mybatis?
What is the root element for the hibernate mapping file?
How can we use new custom interfaces to enhance functionality of built-in interfaces of hibernate?
What is a unidirectional relationship?
Can we use spring data jpa without hibernate?
Hibernate SessionFactory is thread safe?
What is jmx in hybernate?
What are the contents of hibernate configuration file ( hibernate.cfg.xml )?
What inheritance mapping strategies are available in hibernate?
Define hibernate?