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 by CollectionPart
  • 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

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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).
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ElementPropertyMapping

      public ElementPropertyMapping(String[] elementColumns, Type type)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • 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 interface PropertyMapping
      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 interface PropertyMapping
    • getType

      public Type getType()
      Deprecated, for removal: This API element is subject to removal in a future version.