Class CompositeElementPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.entity.AbstractPropertyMapping
-
- org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- All Implemented Interfaces:
PropertyMapping
@Deprecated(since="6", forRemoval=true) @Remove public class CompositeElementPropertyMapping extends AbstractPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPart
-
-
Constructor Summary
Constructors Constructor Description CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected String
getEntityName()
Deprecated, for removal: This API element is subject to removal in a future version.Type
getType()
Deprecated, for removal: This API element is subject to removal in a future version.-
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
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
MappingException
-
-
Method Detail
-
getType
public Type getType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getEntityName
protected String getEntityName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEntityName
in classAbstractPropertyMapping
-
-