Hibernate (Java) Question:
Download Job Interview Questions and Answers PDF
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
Download Hibernate Interview Questions And Answers
PDF
Previous Question | Next Question |
What are derived properties? | What is the difference between sorted and ordered collection in hibernate? |