org.hibernate.engine.jdbc
Interface BlobImplementer


public interface BlobImplementer

Marker interface for non-contextually created Blob instances..


Method Summary
 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.


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.