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