32. What is component mapping in Hibernate

  • 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




For detailed info refer : http://docs.jboss.org/hibernate/stable/core/reference/en/html/components.html

No comments:

Post a Comment