org.hibernate.engine.jdbc
Interface WrappedBlob


public interface WrappedBlob

Contract for Blob wrappers.

Author:
Steve Ebersole

Method Summary
 java.sql.Blob getWrappedBlob()
          Retrieve the wrapped Blob reference
 

Method Detail

getWrappedBlob

java.sql.Blob getWrappedBlob()
Retrieve the wrapped Blob reference

Returns:
The wrapped Blob reference


Copyright © 2012. All Rights Reserved.