Class FlywayMigrationPropertiesStandard

java.lang.Object
org.springframework.boot.autoconfigure.flyway.FlywayProperties
com.totvs.tjf.migration.FlywayMigrationPropertiesStandard
All Implemented Interfaces:
com.totvs.tjf.migration.context.FlywayMigrationProperties

@ConfigurationProperties(prefix="spring.flyway", ignoreUnknownFields=true, ignoreInvalidFields=true) @Deprecated(since="3.8.0-RELEASE", forRemoval=true) public class FlywayMigrationPropertiesStandard extends org.springframework.boot.autoconfigure.flyway.FlywayProperties implements com.totvs.tjf.migration.context.FlywayMigrationProperties
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    setDynamic(boolean dynamic)
    Deprecated.
    void
    setDynamicMigratePublic(boolean dynamicMigratePublic)
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    setLocations(String... locations)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMigrate(boolean migrate)
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    setSchemas(String schemas)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.springframework.boot.autoconfigure.flyway.FlywayProperties

    getBaselineDescription, getBaselineMigrationPrefix, getBaselineVersion, getBatch, getCherryPick, getConnectRetries, getConnectRetriesInterval, getDefaultSchema, getDetectEncoding, getDriverClassName, getDryRunOutput, getEncoding, getErrorOverrides, getIgnoreMigrationPatterns, getInitSqls, getInstalledBy, getJdbcProperties, getKerberosConfigFile, getLicenseKey, getLocations, getLockRetryCount, getOracleKerberosCacheFile, getOracleKerberosConfigFile, getOracleSqlplus, getOracleSqlplusWarn, getOracleWalletLocation, getOutputQueryResults, getPassword, getPlaceholderPrefix, getPlaceholders, getPlaceholderSeparator, getPlaceholderSuffix, getRepeatableSqlMigrationPrefix, getSchemas, getScriptPlaceholderPrefix, getScriptPlaceholderSuffix, getSkipExecutingMigrations, getSqlMigrationPrefix, getSqlMigrationSeparator, getSqlMigrationSuffixes, getSqlServerKerberosLoginFile, getStream, getTable, getTablespace, getTarget, getUndoSqlMigrationPrefix, getUrl, getUser, isBaselineOnMigrate, isCleanDisabled, isCleanOnValidationError, isCreateSchemas, isEnabled, isFailOnMissingLocations, isGroup, isIgnoreFutureMigrations, isIgnoreIgnoredMigrations, isIgnoreMissingMigrations, isIgnorePendingMigrations, isMixed, isOutOfOrder, isPlaceholderReplacement, isSkipDefaultCallbacks, isSkipDefaultResolvers, isValidateMigrationNaming, isValidateOnMigrate, setBaselineDescription, setBaselineMigrationPrefix, setBaselineOnMigrate, setBaselineVersion, setBatch, setCherryPick, setCleanDisabled, setCleanOnValidationError, setConnectRetries, setConnectRetriesInterval, setCreateSchemas, setDefaultSchema, setDetectEncoding, setDriverClassName, setDryRunOutput, setEnabled, setEncoding, setErrorOverrides, setFailOnMissingLocations, setGroup, setIgnoreFutureMigrations, setIgnoreIgnoredMigrations, setIgnoreMigrationPatterns, setIgnoreMissingMigrations, setIgnorePendingMigrations, setInitSqls, setInstalledBy, setJdbcProperties, setKerberosConfigFile, setLicenseKey, setLocations, setLockRetryCount, setMixed, setOracleKerberosCacheFile, setOracleKerberosConfigFile, setOracleSqlplus, setOracleSqlplusWarn, setOracleWalletLocation, setOutOfOrder, setOutputQueryResults, setPassword, setPlaceholderPrefix, setPlaceholderReplacement, setPlaceholders, setPlaceholderSeparator, setPlaceholderSuffix, setRepeatableSqlMigrationPrefix, setSchemas, setScriptPlaceholderPrefix, setScriptPlaceholderSuffix, setSkipDefaultCallbacks, setSkipDefaultResolvers, setSkipExecutingMigrations, setSqlMigrationPrefix, setSqlMigrationSeparator, setSqlMigrationSuffixes, setSqlServerKerberosLoginFile, setStream, setTable, setTablespace, setTarget, setUndoSqlMigrationPrefix, setUrl, setUser, setValidateMigrationNaming, setValidateOnMigrate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.totvs.tjf.migration.context.FlywayMigrationProperties

    getBaselineDescription, getBaselineVersion, getBatch, getConnectRetries, getDefaultSchema, getDryRunOutput, getEncoding, getErrorOverrides, getIgnoreMigrationPatterns, getInitSqls, getInstalledBy, getLicenseKey, getLocations, getOracleSqlplus, getOracleSqlplusWarn, getPassword, getPlaceholderPrefix, getPlaceholders, getPlaceholderSuffix, getRepeatableSqlMigrationPrefix, getSchemas, getSqlMigrationPrefix, getSqlMigrationSeparator, getSqlMigrationSuffixes, getStream, getTable, getTablespace, getTarget, getUndoSqlMigrationPrefix, getUrl, getUser, isBaselineOnMigrate, isCleanDisabled, isCleanOnValidationError, isEnabled, isGroup, isIgnoreFutureMigrations, isIgnoreIgnoredMigrations, isIgnoreMissingMigrations, isIgnorePendingMigrations, isMixed, isOutOfOrder, isPlaceholderReplacement, isSkipDefaultCallbacks, isSkipDefaultResolvers, isValidateMigrationNaming, isValidateOnMigrate
  • Constructor Details

    • FlywayMigrationPropertiesStandard

      public FlywayMigrationPropertiesStandard()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isMigrate

      @Deprecated(since="3.8.0-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(replacement="tjf.flyway.migrate", reason="Para n\u00e3o haver ambiguidades na an\u00e1lise das propriedades decidimos adicionar o prefixo tjf em todas as propriedades implementadas pelo TJF") public boolean isMigrate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isMigrate in interface com.totvs.tjf.migration.context.FlywayMigrationProperties
    • setMigrate

      @Deprecated(since="3.8.0-RELEASE", forRemoval=true) public void setMigrate(boolean migrate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isDynamic

      @Deprecated(since="3.8.0-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(replacement="tjf.flyway.dynamic", reason="Para n\u00e3o haver ambiguidades na an\u00e1lise das propriedades decidimos adicionar o prefixo tjf em todas as propriedades implementadas pelo TJF") public boolean isDynamic()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isDynamic in interface com.totvs.tjf.migration.context.FlywayMigrationProperties
    • setDynamic

      @Deprecated public void setDynamic(boolean dynamic)
      Deprecated.
    • isDynamicMigratePublic

      @Deprecated(since="3.8.0-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(replacement="tjf.flyway.dynamic-migrate-public", reason="Para n\u00e3o haver ambiguidades na an\u00e1lise das propriedades decidimos adicionar o prefixo tjf em todas as propriedades implementadas pelo TJF") public boolean isDynamicMigratePublic()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isDynamicMigratePublic in interface com.totvs.tjf.migration.context.FlywayMigrationProperties
    • setDynamicMigratePublic

      @Deprecated(since="3.8.0-RELEASE", forRemoval=true) public void setDynamicMigratePublic(boolean dynamicMigratePublic)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLocations

      public void setLocations(String... locations)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSchemas

      public void setSchemas(String schemas)
      Deprecated, for removal: This API element is subject to removal in a future version.