Class SerializableNClobProxy

java.lang.Object
org.hibernate.engine.jdbc.SerializableClobProxy
org.hibernate.engine.jdbc.SerializableNClobProxy
All Implemented Interfaces:
Serializable, InvocationHandler

public class SerializableNClobProxy extends SerializableClobProxy
Manages aspects of proxying java.sql.NClobs to add serializability.
Author:
Steve Ebersole
See Also:
  • Constructor Details

  • Method Details

    • generateProxy

      public static NClob generateProxy(NClob nclob)
      Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
      Parameters:
      nclob - The NClob to wrap.
      Returns:
      The generated proxy.
    • getProxyClassLoader

      public static ClassLoader getProxyClassLoader()
      Determines the appropriate class loader to which the generated proxy should be scoped.
      Returns:
      The class loader appropriate for proxy construction.