Uses of Interface
org.hibernate.usertype.ParameterizedType
-
Packages that use ParameterizedType Package Description org.hibernate.type org.hibernate.usertype -
-
Uses of ParameterizedType in org.hibernate.type
Classes in org.hibernate.type that implement ParameterizedType Modifier and Type Class Description class
EnumType<T extends java.lang.Enum>
Value type mapper for enumerations.class
SerializableToBlobType<T extends java.io.Serializable>
-
Uses of ParameterizedType in org.hibernate.usertype
Subinterfaces of ParameterizedType in org.hibernate.usertype Modifier and Type Interface Description interface
DynamicParameterizedType
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
-