Class SerializableClobProxy
java.lang.Object
org.hibernate.engine.jdbc.proxy.SerializableClobProxy
- All Implemented Interfaces:
Serializable, InvocationHandler
- Direct Known Subclasses:
SerializableNClobProxy
@Internal
public class SerializableClobProxy
extends Object
implements InvocationHandler, Serializable
Manages aspects of proxying
Clobs to add serializability.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClobgenerateProxy(Clob clob) Generates a SerializableClobProxy proxy wrapping the provided Clob object.static ClassLoaderDetermines the appropriate class loader to which the generated proxy should be scoped.Access to the wrapped Clob reference
-
Constructor Details
-
SerializableClobProxy
-
-
Method Details
-
getWrappedClob
Access to the wrapped Clob reference- Returns:
- The wrapped Clob reference
-
invoke
-
generateProxy
-
getProxyClassLoader
Determines the appropriate class loader to which the generated proxy should be scoped.- Returns:
- The class loader appropriate for proxy construction.
-