Package org.hibernate.usertype
Interface DynamicParameterizedType
- All Superinterfaces:
ParameterizedType
- All Known Implementing Classes:
EnumType
,SerializableToBlobType
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 -
Field Summary
Fields -
Method Summary
Methods inherited from interface org.hibernate.usertype.ParameterizedType
setParameterValues
-
Field Details
-
PARAMETER_TYPE
- See Also:
-
IS_DYNAMIC
- See Also:
-
RETURNED_CLASS
- See Also:
-
IS_PRIMARY_KEY
- See Also:
-
ENTITY
- See Also:
-
PROPERTY
- See Also:
-
ACCESS_TYPE
- See Also:
-
XPROPERTY
- See Also:
-