Class SerializableNClobProxy

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

@Internal public class SerializableNClobProxy extends SerializableClobProxy
Manages aspects of proxying NClobs to add serializability.
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.