|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.engine.jdbc.SerializableClobProxy
public class SerializableClobProxy
Manages aspects of proxying Clobs to add serializability.
| Constructor Summary | |
|---|---|
protected |
SerializableClobProxy(Clob clob)
Builds a serializable Clob wrapper around the given Clob. |
| Method Summary | |
|---|---|
static Clob |
generateProxy(Clob clob)
Generates a SerializableClobProxy proxy wrapping the provided Clob object. |
static ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy should be scoped. |
Clob |
getWrappedClob()
|
Object |
invoke(Object proxy,
Method method,
Object[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SerializableClobProxy(Clob clob)
Clob wrapper around the given Clob.
clob - The Clob to be wrapped.generateProxy(java.sql.Clob)| Method Detail |
|---|
public Clob getWrappedClob()
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerThrowablepublic static Clob generateProxy(Clob clob)
clob - The Clob to wrap.
public static ClassLoader getProxyClassLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||