MaterializedBlobType
@Deprecated public class PrimitiveByteArrayBlobType extends ByteArrayBlobType
LEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE
Constructor and Description |
---|
PrimitiveByteArrayBlobType()
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 byte[] |
unWrap(Object bytes)
Deprecated.
|
protected Object |
wrap(byte[] bytes)
Deprecated.
|
deepCopy, fromXMLNode, get, getHashCode, isEqual, isMutable, replace, set, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString
defaultSizes, dictatedSizes, getColumnSpan, getHashCode, getName, isDirty, isEqual, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet
assemble, beforeAssemble, compare, disassemble, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve
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.getReturnedClass
in interface Type
getReturnedClass
in class ByteArrayBlobType
protected Object wrap(byte[] bytes)
wrap
in class ByteArrayBlobType
protected byte[] unWrap(Object bytes)
unWrap
in class ByteArrayBlobType
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.