Package org.hibernate.engine.jdbc
Interface WrappedNClob
-
- All Superinterfaces:
WrappedClob
public interface WrappedNClob extends WrappedClob
Contract forNClob
wrappers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NClob
getWrappedNClob()
Retrieve the wrappedBlob
reference-
Methods inherited from interface org.hibernate.engine.jdbc.WrappedClob
getWrappedClob
-
-