Interface MigrateDbExtension

    • Method Detail

      • getDescription

        String getDescription()
        Returns:
        A human-readable English description of this extension.
      • getDatabaseTypes

        default Set<DatabaseType> getDatabaseTypes()
        Returns:
        The database types contributed by this extension.
      • getConfigPropertiesConverters

        default Set<ConfigPropertiesConverter> getConfigPropertiesConverters()
        Returns:
        Converters of extension-specific configuration properties (i.e. String-based configuration) to the corresponding internal data structures (one per data structure type).