Hibernate (Java) Question:

Download Job Interview Questions and Answers PDF

What is component mapping in Hibernate?

Hibernate Interview Question
Hibernate Interview Question

Answer:

* A component is an object saved as a value, not as a reference
* A component can be saved directly without needing to declare interfaces or identifier properties
* Required to define an empty constructor
* Shared references not supported

Download Hibernate Interview Questions And Answers PDF

Previous QuestionNext Question
What are derived properties?What is the difference between sorted and ordered collection in hibernate?