站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

org.hibernate.lob (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Package org.hibernate.lob

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

See:
          Description

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  
 

Package org.hibernate.lob Description

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