Package org.hibernate.usertype
Interface ParameterizedType
- All Known Subinterfaces:
DynamicParameterizedType
- All Known Implementing Classes:
UserTypeLegacyBridge
public interface ParameterizedType
Support for parameterizable types. A
UserType
or UserCollectionType
may be made parameterizable by implementing this interface. Parameters for a type
may be set by using a nested type element for the property element in the mapping
file, or by defining a typedef.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParameterValues
(Properties parameters) Gets called by Hibernate to pass the configured type parameters to the implementation.
-
Method Details
-
setParameterValues
Gets called by Hibernate to pass the configured type parameters to the implementation.
-