Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.persister.entity.AbstractPropertyMapping
org.hibernate.persister.collection.CompositeElementPropertyMapping
public class CompositeElementPropertyMapping
extends AbstractPropertyMapping
Constructor 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 MappingException
protected 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