Class CompositeElementPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.entity.AbstractPropertyMapping
-
- org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- All Implemented Interfaces:
PropertyMapping
public class CompositeElementPropertyMapping extends AbstractPropertyMapping
-
-
Constructor Summary
Constructors Constructor Description CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getEntityName()
Type
getType()
-
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, getColumnNames, getIdentifierColumnNames, getIdentifierColumnReaders, getIdentifierColumnReaderTemplates, initComponentPropertyPaths, initIdentifierPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
-
-
-
-
Constructor Detail
-
CompositeElementPropertyMapping
public CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory) throws MappingException
- Throws:
MappingException
-
-
Method Detail
-
getType
public Type getType()
-
getEntityName
protected String getEntityName()
- Specified by:
getEntityName
in classAbstractPropertyMapping
-
-