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.
- Author:
- Gavin King
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeElementPropertyMapping(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
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, getColumnNames, getIdentifierColumnNames, getIdentifierColumnReaders, getIdentifierColumnReaderTemplates, initComponentPropertyPaths, initIdentifierPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
-
Constructor Details
-
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 Details
-
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
getEntityName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEntityNamein classAbstractPropertyMapping
-
EmbeddedCollectionPart