接口 DynamicParameterizedType

  • 所有超级接口:
    ParameterizedType
    所有已知实现类:
    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
    作者:
    Janario Oliveira