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.- Author:
- Gavin King
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPropertyPath(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 StringDeprecated, 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 voidinitComponentPropertyPaths(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 voidinitIdentifierPropertyPaths(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 voidinitIdentifierPropertyPaths(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 voidinitPropertyPaths(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 QueryExceptionpropertyException(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:PropertyMappingGiven a component path expression, get the type of the property- Specified by:
toTypein 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:PropertyMappingGiven a property path, return the corresponding column name(s).- Specified by:
toColumnsin 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