Hibernate (Java) Question:
What is component mapping in Hibernate?
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
* A component can be saved directly without needing to declare interfaces or identifier properties
* Required to define an empty constructor
* Shared references not supported
Previous Question | Next Question |
What are derived properties? | What is the difference between sorted and ordered collection in hibernate? |