Uses of Class
org.hibernate.usertype.BaseUserTypeSupport
Packages that use BaseUserTypeSupport
Package
Description
An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type
.-
Uses of BaseUserTypeSupport in org.hibernate.usertype
Subclasses of BaseUserTypeSupport in org.hibernate.usertypeModifier and TypeClassDescriptionclass
ConvenienceUserType
implementation which mimics the legacy@Type
annotation which was based on thehbm.xml
mapping's string-based type support.class