Uses of Interface
org.hibernate.usertype.ParameterizedType
-
Packages that use ParameterizedType Package Description org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
. -
-
Uses of ParameterizedType in org.hibernate.type
Classes in org.hibernate.type that implement ParameterizedType Modifier and Type Class Description class
EnumType<T extends Enum<T>>
Deprecated, for removal: This API element is subject to removal in a future version.UseConvertedBasicType
insteadclass
SerializableToBlobType<T extends Serializable>
-
Uses of ParameterizedType in org.hibernate.usertype
Subinterfaces of ParameterizedType in org.hibernate.usertype Modifier and Type Interface Description interface
DynamicParameterizedType
Types which implement this interface will havesetParameterValues(Properties)
called with an instance of the classDynamicParameterizedType.ParameterType
instead of the key "org.hibernate.type.ParameterType".Classes in org.hibernate.usertype that implement ParameterizedType Modifier and Type Class Description class
UserTypeLegacyBridge
ConvenienceUserType
implementation which mimics the legacy@Type
annotation which was based on thehbm.xml
mapping's string-based type support.
-