Package org.hibernate.usertype
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 void
resolve
(BiConsumer<BasicJavaType<T>, JdbcType> resolutionConsumer) void
setTypeConfiguration
(TypeConfiguration typeConfiguration) Methods inherited from class org.hibernate.usertype.BaseUserTypeSupport
assemble, deepCopy, disassemble, equals, getSqlType, hashCode, isMutable, javaType, jdbcType, nullSafeGet, nullSafeSet, returnedClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.usertype.UserType
getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlScale, getJdbcType, getValueConverter, nullSafeGet, nullSafeSet, replace
-
Constructor Details
-
UserTypeSupport
-
-
Method Details
-
resolve
- Specified by:
resolve
in classBaseUserTypeSupport<T>
-
getTypeConfiguration
- Specified by:
getTypeConfiguration
in interfaceTypeConfigurationAware
-
setTypeConfiguration
- Specified by:
setTypeConfiguration
in interfaceTypeConfigurationAware
-