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.
- Author:
- Gavin King
-
Constructor Summary
ConstructorsConstructorDescriptionElementPropertyMapping(String[] elementColumns, Type type) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetType()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
-
ElementPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
-
toColumns
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:
toColumnsin interfacePropertyMapping
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.
-
CollectionPart