Uses of Interface
org.hibernate.type.spi.TypeConfigurationAware
-
Packages that use TypeConfigurationAware 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. -
-
Uses of TypeConfigurationAware in org.hibernate.type
Classes in org.hibernate.type that implement TypeConfigurationAware Modifier and Type Class Description class
EnumType<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 class
UserTypeLegacyBridge
ConvenienceUserType
implementation which mimics the legacy@Type
annotation which was based on thehbm.xml
mapping's string-based type support.class
UserTypeSupport<T>
-