AbstractStandardBasicType
approach insteadpublic abstract class AbstractLongBinaryType extends AbstractBynaryType
LEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE
Constructor and Description |
---|
AbstractLongBinaryType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class |
getReturnedClass()
Deprecated.
The class returned by
Type.nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object) methods. |
protected Object |
toExternalFormat(byte[] bytes)
Deprecated.
Convert the byte[] into the expected object type
|
protected byte[] |
toInternalFormat(Object bytes)
Deprecated.
Convert the object into the internal byte[] representation
|
compare, deepCopyNotNull, fromStringValue, get, getComparator, getHashCode, getName, isEqual, next, seed, set, sqlType, toString
deepCopy, isMutable, replace
defaultSize, defaultSizes, dictatedSize, dictatedSizes, fromXMLNode, fromXMLString, getColumnSpan, isDirty, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLString
assemble, beforeAssemble, disassemble, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assemble, beforeAssemble, deepCopy, defaultSizes, dictatedSizes, disassemble, fromXMLNode, getColumnSpan, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString
equals
public Class getReturnedClass()
Type
Type.nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object)
methods. This is used to establish the class of an array of
this type.protected Object toExternalFormat(byte[] bytes)
AbstractBynaryType
toExternalFormat
in class AbstractBynaryType
protected byte[] toInternalFormat(Object bytes)
AbstractBynaryType
toInternalFormat
in class AbstractBynaryType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.