public abstract class AbstractParameterizedMultiColumnUserType<T> extends AbstractMultiColumnUserType<T> implements org.hibernate.usertype.ParameterizedType, IntegratorConfiguredType
Constructor and Description |
---|
AbstractParameterizedMultiColumnUserType() |
Modifier and Type | Method and Description |
---|---|
void |
applyConfiguration(org.hibernate.SessionFactory sessionFactory)
Apply configuration for the given type
|
protected org.hibernate.engine.spi.SharedSessionContractImplementor |
doWrapSession(org.hibernate.engine.spi.SharedSessionContractImplementor session) |
protected Properties |
getParameterValues() |
void |
setParameterValues(Properties parameters) |
assemble, disassemble, fromConvertedColumns, getColumnMappers, getPropertyNames, getPropertyTypes, getPropertyValue, initialise, nullSafeGet, nullSafeSet, replace, returnedClass, setPropertyValue, sqlTypes, toConvertedColumns
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public AbstractParameterizedMultiColumnUserType()
public void setParameterValues(Properties parameters)
setParameterValues
in interface org.hibernate.usertype.ParameterizedType
protected Properties getParameterValues()
public void applyConfiguration(org.hibernate.SessionFactory sessionFactory)
IntegratorConfiguredType
applyConfiguration
in interface IntegratorConfiguredType
sessionFactory
- The currently active session factoryprotected org.hibernate.engine.spi.SharedSessionContractImplementor doWrapSession(org.hibernate.engine.spi.SharedSessionContractImplementor session)
doWrapSession
in class AbstractMultiColumnUserType<T>
Copyright © 2010–2018 Jadira Systems. All rights reserved.