| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.persister.entity.AbstractPropertyMappingorg.hibernate.persister.collection.CompositeElementPropertyMappingpublic class CompositeElementPropertyMappingextends AbstractPropertyMappingConstructor Summary | |
| |
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping | |
addPropertyPath, getColumnNames, getEntityName, getIdentifierColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toColumns, toType | |
public CompositeElementPropertyMapping(String[] elementColumns,
String[] elementFormulaTemplates,
AbstractComponentType compositeType,
Mapping factory)
throws MappingExceptionprotected String getEntityName()
- Overrides:
- getEntityName in interface AbstractPropertyMapping
public Type getType()
Get the type of the thing containing the properties
- Specified by:
- getType in interface PropertyMapping