Package org.hibernate.persister.entity
Class BasicEntityPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.entity.AbstractPropertyMapping
-
- org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- All Implemented Interfaces:
PropertyMapping
@Deprecated(since="6", forRemoval=true) @Remove public class BasicEntityPropertyMapping extends AbstractPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingType
-
-
Constructor Summary
Constructors Constructor Description BasicEntityPropertyMapping(AbstractEntityPersister persister)
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.String[]
getIdentifierColumnNames()
Deprecated, for removal: This API element is subject to removal in a future version.String[]
getIdentifierColumnReaders()
Deprecated, for removal: This API element is subject to removal in a future version.String[]
getIdentifierColumnReaderTemplates()
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, initComponentPropertyPaths, initIdentifierPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
-
-
-
-
Constructor Detail
-
BasicEntityPropertyMapping
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getIdentifierColumnNames
public String[] getIdentifierColumnNames()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getIdentifierColumnNames
in classAbstractPropertyMapping
-
getIdentifierColumnReaders
public String[] getIdentifierColumnReaders()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getIdentifierColumnReaders
in classAbstractPropertyMapping
-
getIdentifierColumnReaderTemplates
public String[] getIdentifierColumnReaderTemplates()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getIdentifierColumnReaderTemplates
in classAbstractPropertyMapping
-
getEntityName
protected String getEntityName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEntityName
in classAbstractPropertyMapping
-
-