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) |
generateProxy, getWrappedClob, invoke
protected SerializableNClobProxy(Clob clob)
clob
- The Clob
to be wrapped.SerializableClobProxy.generateProxy(java.sql.Clob)
public static boolean isNClob(Clob clob)
public static NClob generateProxy(NClob nclob)
nclob
- The NClob to wrap.public static ClassLoader getProxyClassLoader()
Copyright © 2018 JBoss by Red Hat. All rights reserved.