Package org.hibernate.engine.jdbc
Interface BlobImplementer
- All Known Implementing Classes:
BlobProxy
public interface BlobImplementer
Marker interface for non-contextually created
Blob
instances.-
Method Summary
Modifier and TypeMethodDescriptionGets access to the data underlying this BLOB.
-
Method Details
-
getUnderlyingStream
Gets access to the data underlying this BLOB.- Returns:
- Access to the underlying data.
- Throws:
SQLException
-