Class SerializableClobProxy

    • Constructor Detail

      • SerializableClobProxy

        protected SerializableClobProxy​(Clob clob)
        Builds a serializable Clob wrapper around the given Clob.
        Parameters:
        clob - The Clob to be wrapped.
        See Also:
        generateProxy(Clob)
    • Method Detail

      • getWrappedClob

        public Clob getWrappedClob()
        Access to the wrapped Clob reference
        Returns:
        The wrapped Clob reference
      • generateProxy

        public static Clob generateProxy​(Clob clob)
        Generates a SerializableClobProxy proxy wrapping the provided Clob object.
        Parameters:
        clob - The Clob 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.