Class SerializableNClobProxy

    • Method Detail

      • 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.