类 SerializableClobProxy

    • 构造器详细资料

    • 方法详细资料

      • getWrappedClob

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

        public static Clob generateProxy​(Clob clob)
        Generates a SerializableClobProxy proxy wrapping the provided Clob object.
        参数:
        clob - The Clob to wrap.
        返回:
        The generated proxy.
      • getProxyClassLoader

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