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, toStringdeepCopy, isMutable, replacedefaultSize, defaultSizes, dictatedSize, dictatedSizes, fromXMLNode, fromXMLString, getColumnSpan, isDirty, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLStringassemble, beforeAssemble, disassemble, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassemble, 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, toLoggableStringequalspublic Class getReturnedClass()
TypeType.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)
AbstractBynaryTypetoExternalFormat in class AbstractBynaryTypeprotected byte[] toInternalFormat(Object bytes)
AbstractBynaryTypetoInternalFormat in class AbstractBynaryTypeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.