Package org.hibernate.persister.entity
Class AbstractPropertyMapping
java.lang.Object
org.hibernate.persister.entity.AbstractPropertyMapping
- All Implemented Interfaces:
PropertyMapping
- Direct Known Subclasses:
BasicEntityPropertyMapping
,CompositeElementPropertyMapping
@Deprecated(since="6",
forRemoval=true)
@Remove
public abstract class AbstractPropertyMapping
extends Object
implements PropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.
Basic implementation of the
PropertyMapping
contract.-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addPropertyPath
(String path, Type type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version.String[]
getColumnNames
(String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.protected abstract String
Deprecated, for removal: This API element is subject to removal in a future version.String[]
Deprecated, for removal: This API element is subject to removal in a future version.String[]
Deprecated, for removal: This API element is subject to removal in a future version.String[]
Deprecated, for removal: This API element is subject to removal in a future version.protected void
initComponentPropertyPaths
(String path, CompositeType type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version.protected void
initIdentifierPropertyPaths
(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version.protected void
initIdentifierPropertyPaths
(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version.protected void
initPropertyPaths
(String path, Type type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version.protected final QueryException
propertyException
(String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.String[]
Deprecated, for removal: This API element is subject to removal in a future version.Given a property path, return the corresponding column name(s).Deprecated, for removal: This API element is subject to removal in a future version.Given a component path expression, get the type of the property
-
Constructor Details
-
AbstractPropertyMapping
public AbstractPropertyMapping()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getIdentifierColumnNames
Deprecated, for removal: This API element is subject to removal in a future version. -
getIdentifierColumnReaderTemplates
Deprecated, for removal: This API element is subject to removal in a future version. -
getIdentifierColumnReaders
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. -
toType
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PropertyMapping
Given a component path expression, get the type of the property- Specified by:
toType
in interfacePropertyMapping
- Throws:
QueryException
-
propertyException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
QueryException
-
getColumnNames
Deprecated, for removal: This API element is subject to removal in a future version. -
toColumns
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PropertyMapping
Given a property path, return the corresponding column name(s).- Specified by:
toColumns
in interfacePropertyMapping
- Throws:
QueryException
-
addPropertyPath
protected void addPropertyPath(String path, Type type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version. -
initPropertyPaths
protected void initPropertyPaths(String path, Type type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) throws MappingException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
MappingException
-
initIdentifierPropertyPaths
protected void initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Metadata factory) throws MappingException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
MappingException
-
initIdentifierPropertyPaths
protected void initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) throws MappingException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
MappingException
-
initComponentPropertyPaths
protected void initComponentPropertyPaths(String path, CompositeType type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) throws MappingException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
MappingException
-
EntityMappingType