Package org.hibernate.lob

This package defines dummy and wrapper implementations of java.sql.Clob and java.sql.Blob.

Class Summary

BlobImpl A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB.
ClobImpl A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB.
ReaderInputStream Exposes a Reader as an InputStream
SerializableBlob
SerializableClob
This package defines dummy and wrapper implementations of java.sql.Clob and java.sql.Blob.