Uses of Interface
org.hibernate.type.spi.TypeConfigurationAware
-
Packages that use TypeConfigurationAware Package Description org.hibernate.type org.hibernate.usertype -
-
Uses of TypeConfigurationAware in org.hibernate.type
Classes in org.hibernate.type that implement TypeConfigurationAware Modifier and Type Class Description classEnumType<T extends Enum<T>>Value type mapper for enumerations. -
Uses of TypeConfigurationAware in org.hibernate.usertype
Classes in org.hibernate.usertype that implement TypeConfigurationAware Modifier and Type Class Description classUserTypeLegacyBridgeConvenienceUserTypeimplementation which mimics the legacy@Typeannotation which was based on thehbm.xmlmapping's string-based type support.classUserTypeSupport<T>
-