public class

SpoolingBlobInputStreamType

extends BlobInputStreamType
java.lang.Object
   ↳ org.springframework.orm.hibernate.support.AbstractLobType
     ↳ org.springframework.orm.hibernate.support.BlobInputStreamType
       ↳ org.springframework.orm.hibernate.support.SpoolingBlobInputStreamType

Class Overview

LobType that spools data when getting and setting lob data types

Summary

[Expand]
Inherited Constants
From class org.springframework.orm.hibernate.support.AbstractLobType
[Expand]
Inherited Fields
From class org.springframework.orm.hibernate.support.AbstractLobType
Public Constructors
SpoolingBlobInputStreamType()
Public Methods
void setSpool(Spool spool)
Protected Methods
Object nullSafeGetInternal(ResultSet rs, int index, LobHandler lobHandler)
void nullSafeSetInternal(PreparedStatement ps, int index, Object value, LobCreator lobCreator)
[Expand]
Inherited Methods
From class org.springframework.orm.hibernate.support.BlobInputStreamType
From class org.springframework.orm.hibernate.support.AbstractLobType
From class java.lang.Object
From interface net.sf.hibernate.UserType

Public Constructors

public SpoolingBlobInputStreamType ()

Public Methods

public void setSpool (Spool spool)

Protected Methods

protected Object nullSafeGetInternal (ResultSet rs, int index, LobHandler lobHandler)

Throws
SQLException
IOException
HibernateException

protected void nullSafeSetInternal (PreparedStatement ps, int index, Object value, LobCreator lobCreator)

Throws
SQLException
IOException
HibernateException