|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.AbstractLobType
org.hibernate.type.ByteArrayBlobType
org.hibernate.type.PrimitiveByteArrayBlobType
MaterializedBlobType
@Deprecated public class PrimitiveByteArrayBlobType
Map a byte[] to a Blob
| Constructor Summary | |
|---|---|
PrimitiveByteArrayBlobType()
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getReturnedClass()
Deprecated. The class returned by nullSafeGet() methods. |
protected byte[] |
unWrap(java.lang.Object bytes)
Deprecated. |
protected java.lang.Object |
wrap(byte[] bytes)
Deprecated. |
| Methods inherited from class org.hibernate.type.ByteArrayBlobType |
|---|
deepCopy, fromXMLNode, get, getHashCode, isEqual, isMutable, replace, set, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString |
| Methods inherited from class org.hibernate.type.AbstractLobType |
|---|
getColumnSpan, getHashCode, getName, isDirty, isEqual, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet |
| Methods inherited from class org.hibernate.type.AbstractType |
|---|
assemble, beforeAssemble, compare, disassemble, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrimitiveByteArrayBlobType()
| Method Detail |
|---|
public java.lang.Class getReturnedClass()
Type
getReturnedClass in interface TypegetReturnedClass in class ByteArrayBlobTypeprotected java.lang.Object wrap(byte[] bytes)
wrap in class ByteArrayBlobTypeprotected byte[] unWrap(java.lang.Object bytes)
unWrap in class ByteArrayBlobType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||