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 classEnumType<T extends Enum<T>>Value type mapper for enumerations.classSerializableToBlobType<T extends Serializable> -
Uses of ParameterizedType in org.hibernate.usertype
Subinterfaces of ParameterizedType in org.hibernate.usertype Modifier and Type Interface Description interfaceDynamicParameterizedTypeTypes which implement this interface will havesetParameterValues(Properties)called with an instance of the classDynamicParameterizedType.ParameterTypeinstead of the key "org.hibernate.type.ParameterType".Classes in org.hibernate.usertype that implement ParameterizedType Modifier and Type Class Description classUserTypeLegacyBridgeConvenienceUserTypeimplementation which mimics the legacy@Typeannotation which was based on thehbm.xmlmapping's string-based type support.
-