org.hibernate.tuple.component |
|
Java Source File Name | Type | Comment |
AbstractComponentTuplizer.java | Class | Support for tuplizers relating to components. |
ComponentEntityModeToTuplizerMapping.java | Class | Handles mapping
EntityMode s to
ComponentTuplizer s. |
ComponentMetamodel.java | Class | Centralizes metamodel information about a component. |
ComponentTuplizer.java | Interface | Defines further responsibilities reagarding tuplization based on
a mapped components. |
Dom4jComponentTuplizer.java | Class | A
ComponentTuplizer specific to the dom4j entity mode. |
DynamicMapComponentTuplizer.java | Class | A
ComponentTuplizer specific to the dynamic-map entity mode. |
PojoComponentTuplizer.java | Class | A
ComponentTuplizer specific to the pojo entity mode. |