public class SerializableNClobProxy extends SerializableClobProxy
| Modifier | Constructor and Description | 
|---|---|
protected  | 
SerializableNClobProxy(Clob clob)
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NClob | 
generateProxy(NClob nclob)
Generates a SerializableNClobProxy proxy wrapping the provided NClob object. 
 | 
static ClassLoader | 
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
 should be scoped. 
 | 
static boolean | 
isNClob(Clob clob)
Deprecated. 
 
ORM baselines on JDK 1.6, so optional support for NClob (JDK 1,6 addition) is no longer needed. 
 | 
generateProxy, getWrappedClob, invokeprotected SerializableNClobProxy(Clob clob)
clob - The Clob to be wrapped.SerializableClobProxy.generateProxy(java.sql.Clob)@Deprecated public static boolean isNClob(Clob clob)
clob - The possible NClob referencetrue if the the Clob is a NClob as wellpublic static NClob generateProxy(NClob nclob)
nclob - The NClob to wrap.public static ClassLoader getProxyClassLoader()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.