Interface LegacyDBConfigurator

  • All Known Implementing Classes:
    SQLConfigurator

    public interface LegacyDBConfigurator
    Classes that implement this will be able to create a NamedQuery from their own config. Used so the ConfiguratorMultiplexor can handle a press of the "convert" button that these classes should also have.
    • Method Detail

      • getContext

        DesignerContext getContext()
        Needed to save the resource. The configurators have a copy already, while the Multiplexor doesn't.
      • addConvertButton

        void addConvertButton​(javax.swing.JButton convertButton)
        Adds a convert button to the configurator
        Parameters:
        convertButton - Completely configured button that will get a path and then call createNamedQuery()
      • hasUpdateQuery

        boolean hasUpdateQuery()
        Returns:
        true if this configurator has a non-empty update query, false otherwise
      • hasUpdateSupport

        boolean hasUpdateSupport()
        Returns:
        true if this configurator has support for push updates, false otherwise