Uses of Interface
org.hibernate.type.spi.TypeConfigurationAware
-
Packages that use TypeConfigurationAware Package Description org.hibernate.type A HibernateTypeis 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 TypeConfigurationAware in org.hibernate.type
Classes in org.hibernate.type that implement TypeConfigurationAware Modifier and Type Class Description classEnumType<T extends Enum<T>>Deprecated, for removal: This API element is subject to removal in a future version.Use the built-in support for enums -
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>
-