Package org.hibernate.engine.jdbc
Interface BlobImplementer
-
public interface BlobImplementer
Marker interface for non-contextually createdBlob
instances..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryStream
getUnderlyingStream()
Gets access to the data underlying this BLOB.
-
-
-
Method Detail
-
getUnderlyingStream
BinaryStream getUnderlyingStream()
Gets access to the data underlying this BLOB.- Returns:
- Access to the underlying data.
-
-