Class SqlObjectFactory

    • Constructor Detail

      • SqlObjectFactory

        SqlObjectFactory()
    • Method Detail

      • accepts

        public boolean accepts​(java.lang.Class<?> extensionType)
        Description copied from interface: ExtensionFactory
        Returns true if the factory can process the given extension type.
        Parameters:
        extensionType - the extension type
        Returns:
        whether the factory can produce an extension of the given type