Uses of Interface
org.hibernate.type.spi.TypeConfigurationAware
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 TypeConfigurationAware in org.hibernate.type
-
Uses of TypeConfigurationAware in org.hibernate.usertype
Modifier and TypeClassDescriptionclass
ConvenienceUserType
implementation which mimics the legacy@Type
annotation which was based on thehbm.xml
mapping's string-based type support.class