Interface DynamicParameterizedType

All Superinterfaces:
ParameterizedType
All Known Implementing Classes:
EnumType, SerializableToBlobType

public interface DynamicParameterizedType extends ParameterizedType
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".