Class SqlObjectFactory

All Implemented Interfaces:
ExtensionFactory

public final class SqlObjectFactory extends AbstractSqlObjectFactory
Creates implementations for SqlObject interfaces.
  • Field Details

  • Constructor Details

    • SqlObjectFactory

      SqlObjectFactory()
  • Method Details

    • accepts

      public boolean accepts(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