Uses of Class
org.hibernate.usertype.BaseUserTypeSupport
-
Packages that use BaseUserTypeSupport Package Description org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
. -
-
Uses of BaseUserTypeSupport in org.hibernate.usertype
Subclasses of BaseUserTypeSupport in org.hibernate.usertype 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>
-