public class

PrimitiveByteArrayBlobType

extends ByteArrayBlobType
java.lang.Object
   ↳ org.hibernate.type.AbstractType
     ↳ org.hibernate.type.AbstractLobType
       ↳ org.hibernate.type.ByteArrayBlobType
         ↳ org.hibernate.type.PrimitiveByteArrayBlobType

This class is deprecated.
replaced by MaterializedBlobType

Class Overview

Map a byte[] to a Blob

Summary

Public Constructors
PrimitiveByteArrayBlobType()
Public Methods
Class getReturnedClass()
Protected Methods
byte[] unWrap(Object bytes)
Object wrap(byte[] bytes)
[Expand]
Inherited Methods
From class org.hibernate.type.ByteArrayBlobType
From class org.hibernate.type.AbstractLobType
From class org.hibernate.type.AbstractType
From class java.lang.Object
From interface org.hibernate.type.Type

Public Constructors

public PrimitiveByteArrayBlobType ()

Public Methods

public Class getReturnedClass ()

Protected Methods

protected byte[] unWrap (Object bytes)

protected Object wrap (byte[] bytes)