Interface DynamicParameterizedType

All Superinterfaces:
ParameterizedType

@Deprecated(since="7.0", forRemoval=true) public interface DynamicParameterizedType extends ParameterizedType
Deprecated, for removal: This API element is subject to removal in a future version.
This very old approach was never properly implemented in all contexts, and never actually achieved the type safety it aimed for. Just use ParameterizedType for now.
Types which implement this interface will have ParameterizedType.setParameterValues(Properties) called with an instance of the class DynamicParameterizedType.ParameterType instead of the key "org.hibernate.type.ParameterType".
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from interface org.hibernate.usertype.ParameterizedType

    setParameterValues
  • Field Details

    • PARAMETER_TYPE

      static final String PARAMETER_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • IS_DYNAMIC

      static final String IS_DYNAMIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • RETURNED_CLASS

      static final String RETURNED_CLASS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • IS_PRIMARY_KEY

      static final String IS_PRIMARY_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ENTITY

      static final String ENTITY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • PROPERTY

      static final String PROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ACCESS_TYPE

      static final String ACCESS_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • XPROPERTY

      static final String XPROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also: