Package org.hibernate.usertype
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.
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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
IS_DYNAMIC
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
RETURNED_CLASS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
IS_PRIMARY_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
ENTITY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
PROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
ACCESS_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
XPROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
ParameterizedType
for now.