Uses of Interface
org.hibernate.usertype.EnhancedUserType
-
Packages that use EnhancedUserType Package Description org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of EnhancedUserType in org.hibernate.type
Classes in org.hibernate.type that implement EnhancedUserType Modifier and Type Class Description class
EnumType<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
-