クラス LiquibaseProperties
java.lang.ObjectSE
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
@ConfigurationProperties(prefix="spring.liquibase",
ignoreUnknownFields=false)
public class LiquibaseProperties
extends ObjectSE
SpringLiquibase を構成するための構成プロパティ。- 導入:
- 1.1.0
- 作成者:
- Marcel Overdijk, Edd ú Mel é ndez, Ferenc Gratzer, Evgeniy Cheban
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static enum表示する概要の型の列挙。static enum概要を出力する宛先の列挙。static enumUIService の型の列挙。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getTag()getUrl()getUser()booleanbooleanbooleanbooleanvoidsetAnalyticsEnabled(BooleanSE analyticsEnabled) voidsetChangeLog(StringSE changeLog) voidsetClearChecksums(boolean clearChecksums) voidsetContexts(ListSE<StringSE> contexts) voidsetDatabaseChangeLogLockTable(StringSE databaseChangeLogLockTable) voidsetDatabaseChangeLogTable(StringSE databaseChangeLogTable) voidsetDefaultSchema(StringSE defaultSchema) voidsetDriverClassName(StringSE driverClassName) voidsetDropFirst(boolean dropFirst) voidsetEnabled(boolean enabled) voidsetLabelFilter(ListSE<StringSE> labelFilter) voidsetLicenseKey(StringSE licenseKey) voidsetLiquibaseSchema(StringSE liquibaseSchema) voidsetLiquibaseTablespace(StringSE liquibaseTablespace) voidsetParameters(MapSE<StringSE, StringSE> parameters) voidsetPassword(StringSE password) voidsetRollbackFile(FileSE rollbackFile) voidsetShowSummary(LiquibaseProperties.ShowSummary showSummary) voidsetShowSummaryOutput(LiquibaseProperties.ShowSummaryOutput showSummaryOutput) voidvoidsetTestRollbackOnUpdate(boolean testRollbackOnUpdate) voidsetUiService(LiquibaseProperties.UiService uiService) voidvoid
コンストラクターの詳細
LiquibaseProperties
public LiquibaseProperties()
メソッドの詳細
getChangeLog
setChangeLog
getContexts
setContexts
getDefaultSchema
setDefaultSchema
getLiquibaseSchema
setLiquibaseSchema
getLiquibaseTablespace
setLiquibaseTablespace
getDatabaseChangeLogTable
setDatabaseChangeLogTable
getDatabaseChangeLogLockTable
setDatabaseChangeLogLockTable
isDropFirst
public boolean isDropFirst()setDropFirst
public void setDropFirst(boolean dropFirst) isClearChecksums
public boolean isClearChecksums()setClearChecksums
public void setClearChecksums(boolean clearChecksums) isEnabled
public boolean isEnabled()setEnabled
public void setEnabled(boolean enabled) getUser
setUser
getPassword
setPassword
getDriverClassName
setDriverClassName
getUrl
setUrl
getLabelFilter
setLabelFilter
getParameters
setParameters
getRollbackFile
setRollbackFile
isTestRollbackOnUpdate
public boolean isTestRollbackOnUpdate()setTestRollbackOnUpdate
public void setTestRollbackOnUpdate(boolean testRollbackOnUpdate) getTag
setTag
getShowSummary
setShowSummary
getShowSummaryOutput
setShowSummaryOutput
getUiService
setUiService
getAnalyticsEnabled
setAnalyticsEnabled
getLicenseKey
setLicenseKey