Class PostgreSQLConfigurationExtension

java.lang.Object
org.flywaydb.database.postgresql.PostgreSQLConfigurationExtension
All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>, org.flywaydb.core.extensibility.ConfigurationExtension, org.flywaydb.core.extensibility.Plugin

public class PostgreSQLConfigurationExtension extends Object implements org.flywaydb.core.extensibility.ConfigurationExtension
  • Constructor Details

    • PostgreSQLConfigurationExtension

      public PostgreSQLConfigurationExtension()
  • Method Details

    • isTransactionalLock

      public boolean isTransactionalLock()
    • setTransactionalLock

      public void setTransactionalLock(boolean transactionalLock)
    • getConfigurationParameterFromEnvironmentVariable

      public String getConfigurationParameterFromEnvironmentVariable(String environmentVariable)
      Specified by:
      getConfigurationParameterFromEnvironmentVariable in interface org.flywaydb.core.extensibility.ConfigurationExtension
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.flywaydb.core.extensibility.ConfigurationExtension
    • getTransactional

      public TransactionalModel getTransactional()
    • setTransactional

      public void setTransactional(TransactionalModel transactional)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object