Package org.flywaydb.database.postgresql
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetConfigurationParameterFromEnvironmentVariable(String environmentVariable) inthashCode()booleanvoidsetTransactional(TransactionalModel transactional) voidsetTransactionalLock(boolean transactionalLock) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.ConfigurationExtensioncopy, extractParametersFromConfiguration, isStubMethods inherited from interface org.flywaydb.core.extensibility.PlugincompareTo, getName, getPluginVersion, getPriority, isEnabled, isLicensed
- 
Constructor Details- 
PostgreSQLConfigurationExtensionpublic PostgreSQLConfigurationExtension()
 
- 
- 
Method Details- 
isTransactionalLockpublic boolean isTransactionalLock()
- 
setTransactionalLockpublic void setTransactionalLock(boolean transactionalLock) 
- 
getConfigurationParameterFromEnvironmentVariable- Specified by:
- getConfigurationParameterFromEnvironmentVariablein interface- org.flywaydb.core.extensibility.ConfigurationExtension
 
- 
getNamespace- Specified by:
- getNamespacein interface- org.flywaydb.core.extensibility.ConfigurationExtension
 
- 
getTransactional
- 
setTransactional
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-