Class UserTypeSupport<T>
java.lang.Object
org.hibernate.usertype.BaseUserTypeSupport<T>
org.hibernate.usertype.UserTypeSupport<T>
- All Implemented Interfaces:
TypeConfigurationAware, UserType<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidresolve(BiConsumer<BasicJavaType<T>, JdbcType> resolutionConsumer) voidsetTypeConfiguration(TypeConfiguration typeConfiguration) Methods inherited from class BaseUserTypeSupport
assemble, deepCopy, disassemble, equals, getSqlType, hashCode, isMutable, javaType, jdbcType, nullSafeGet, nullSafeSet, returnedClassMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UserType
getDefaultSqlLength, getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlPrecision, getDefaultSqlScale, getDefaultSqlScale, getValueConverter, isComparable, nullSafeGet, nullSafeSet, replace
-
Constructor Details
-
UserTypeSupport
-
-
Method Details
-
resolve
- Specified by:
resolvein classBaseUserTypeSupport<T>
-
getTypeConfiguration
- Specified by:
getTypeConfigurationin interfaceTypeConfigurationAware
-
setTypeConfiguration
- Specified by:
setTypeConfigurationin interfaceTypeConfigurationAware
-