Class ElementPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.collection.ElementPropertyMapping
-
- All Implemented Interfaces:
PropertyMapping
@Deprecated(since="6", forRemoval=true) @Remove public class ElementPropertyMapping extends Object implements PropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byCollectionPart
-
-
Constructor Summary
Constructors Constructor Description ElementPropertyMapping(String[] elementColumns, Type type)
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 Type
getType()
Deprecated, for removal: This API element is subject to removal in a future version.String[]
toColumns(String propertyName)
Deprecated, for removal: This API element is subject to removal in a future version.Given a property path, return the corresponding column name(s).Type
toType(String propertyName)
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
-
-
-
Method Detail
-
toType
public Type toType(String propertyName) throws QueryException
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
-
toColumns
public String[] toColumns(String propertyName)
Deprecated, for removal: This API element is subject to removal in a future version.Given a property path, return the corresponding column name(s).- Specified by:
toColumns
in interfacePropertyMapping
-
getType
public Type getType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-