Class Component

java.lang.Object
org.hibernate.mapping.SimpleValue
org.hibernate.mapping.Component
All Implemented Interfaces:
Serializable, KeyValue, MetaAttributable, SortableValue, Value

public class Component extends SimpleValue implements MetaAttributable, SortableValue
A mapping model object that represents an embeddable class.
See Also:
API Note:
The name of this class is historical and unfortunate. It reflects modeling a *composition* of state. It has absolutely nothing to do with modularity in software engineering.