org.hibernate.engine.jdbc
Interface WrappedClob


public interface WrappedClob

Contract for Clob wrappers.

Author:
Steve Ebersole

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

Method Detail

getWrappedClob

java.sql.Clob getWrappedClob()
Retrieve the wrapped Blob reference

Returns:
The wrapped Blob reference


Copyright © 2010. All Rights Reserved.