Uses of Interface
org.hibernate.usertype.ParameterizedType
Packages that use ParameterizedType
Package
Description
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type.-
Uses of ParameterizedType in org.hibernate.type
Classes in org.hibernate.type that implement ParameterizedTypeModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Use the built-in support for enumsclassSerializableToBlobType<T extends Serializable> -
Uses of ParameterizedType in org.hibernate.usertype
Subinterfaces of ParameterizedType in org.hibernate.usertypeModifier and TypeInterfaceDescriptioninterfaceTypes 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 ParameterizedTypeModifier and TypeClassDescriptionclassConvenienceUserTypeimplementation which mimics the legacy@Typeannotation which was based on thehbm.xmlmapping's string-based type support.