public abstract class AbstractKnownClassHeuristicUserType<T> extends AbstractHeuristicUserType implements org.hibernate.usertype.EnhancedUserType, Serializable
Constructor and Description |
---|
AbstractKnownClassHeuristicUserType() |
Modifier and Type | Method and Description |
---|---|
protected Class<T> |
getMappedClass() |
Class<T> |
returnedClass() |
protected void |
setMappedClass(Class<T> mappedClass) |
void |
setParameterValues(Properties parameters) |
doNullSafeGet, doNullSafeSet, fromXMLString, getIdentifierType, getType, nullSafeGet, nullSafeSet, objectToSQLString, setIdentifierType, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractKnownClassHeuristicUserType()
protected void setMappedClass(Class<T> mappedClass)
protected Class<T> getMappedClass()
public void setParameterValues(Properties parameters)
setParameterValues
in class AbstractHeuristicUserType
public Class<T> returnedClass()
returnedClass
in interface org.hibernate.usertype.UserType
returnedClass
in class AbstractHeuristicUserType
Copyright © 2010–2018 Jadira Systems. All rights reserved.