Class SerializableNClobProxy

    • Method Detail

      • isNClob

        @Deprecated
        public static boolean isNClob​(Clob clob)
        Deprecated.
        ORM baselines on JDK 1.6, so optional support for NClob (JDK 1,6 addition) is no longer needed.
        Deprecated.
        Parameters:
        clob - The possible NClob reference
        Returns:
        true if the the Clob is a NClob as well
      • 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.