Hibernate (Java) Question:

What is component mapping in Hibernate?

Tweet Share WhatsApp

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 PDF Read All 52 Hibernate Questions
Previous QuestionNext Question
What are derived properties?What is the difference between sorted and ordered collection in hibernate?