Package org.hibernate.engine.jdbc
Interface WrappedNClob
-
- All Superinterfaces:
WrappedClob
public interface WrappedNClob extends WrappedClob
Contract forNClobwrappers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description NClobgetWrappedClob()Deprecated.UsegetWrappedNClob()insteadNClobgetWrappedNClob()Retrieve the wrappedBlobreference
-
-
-
Method Detail
-
getWrappedClob
@Deprecated NClob getWrappedClob()
Deprecated.UsegetWrappedNClob()insteadRetrieve the wrappedBlobreference- Specified by:
getWrappedClobin interfaceWrappedClob- Returns:
- The wrapped
Blobreference
-
-