- All Superinterfaces:
- ParameterizedType
- All Known Implementing Classes:
- EnumType, SerializableToBlobType
public interface DynamicParameterizedType
extends ParameterizedType
Types who implements this interface will have in the setParameterValues an
instance of the class DynamicParameterizedType$ParameterType instead of
the key PARAMETER_TYPE = "org.hibernate.type.ParameterType"
The interface ParameterType provides some methods to read information
dynamically for build the type
- Author:
- Janario Oliveira