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 java.sql.NClobgetWrappedClob()Deprecated.UsegetWrappedNClob()insteadjava.sql.NClobgetWrappedNClob()Retrieve the wrappedBlobreference
-
-
-
Method Detail
-
getWrappedClob
@Deprecated java.sql.NClob getWrappedClob()
Deprecated.UsegetWrappedNClob()insteadRetrieve the wrappedBlobreference- Specified by:
getWrappedClobin interfaceWrappedClob- Returns:
- The wrapped
Blobreference
-
getWrappedNClob
java.sql.NClob getWrappedNClob()
Retrieve the wrappedBlobreference- Returns:
- The wrapped
Blobreference
-
-