public class SerializableNClobProxy extends SerializableClobProxy
| Modifier | Constructor and Description |
|---|---|
protected |
SerializableNClobProxy(java.sql.Clob clob)
Builds a serializable
Clob wrapper around the given Clob. |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.NClob |
generateProxy(java.sql.NClob nclob)
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
|
static java.lang.ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
static boolean |
isNClob(java.sql.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(java.sql.Clob clob)
Clob wrapper around the given Clob.clob - The Clob to be wrapped.SerializableClobProxy.generateProxy(java.sql.Clob)@Deprecated public static boolean isNClob(java.sql.Clob clob)
clob - The possible NClob referencetrue if the the Clob is a NClob as wellpublic static java.sql.NClob generateProxy(java.sql.NClob nclob)
nclob - The NClob to wrap.public static java.lang.ClassLoader getProxyClassLoader()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.