Package org.hibernate.engine.jdbc
Interface WrappedClob
-
- All Known Subinterfaces:
WrappedNClob
public interface WrappedClob
Contract forClob
wrappers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Clob
getWrappedClob()
Retrieve the wrappedBlob
reference
-