クラス LiquibaseProperties
java.lang.ObjectSE
org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties
@ConfigurationProperties(prefix="spring.liquibase",
ignoreUnknownFields=false)
public class LiquibaseProperties
extends ObjectSE
SpringLiquibase を構成するための構成プロパティ。- 導入:
- 4.0.0
- 作成者:
- Marcel Overdijk, Edd ú Mel é ndez, Ferenc Gratzer, Evgeniy Cheban
ネストされたクラスの概要
ネストされたクラス修飾子と型クラス説明static enum表示する概要の型の列挙。static enum概要を出力する宛先の列挙。static enumUIService の型の列挙。コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable BooleanSE@Nullable StringSE@Nullable StringSE@Nullable StringSE@Nullable StringSE@Nullable StringSE@Nullable StringSE@Nullable FileSE@Nullable LiquibaseProperties.ShowSummary@Nullable LiquibaseProperties.ShowSummaryOutput@Nullable StringSEgetTag()@Nullable LiquibaseProperties.UiService@Nullable StringSEgetUrl()@Nullable StringSEgetUser()booleanbooleanbooleanbooleanvoidsetAnalyticsEnabled(@Nullable BooleanSE analyticsEnabled) voidsetChangeLog(StringSE changeLog) voidsetClearChecksums(boolean clearChecksums) voidsetContexts(@Nullable ListSE<StringSE> contexts) voidsetDatabaseChangeLogLockTable(StringSE databaseChangeLogLockTable) voidsetDatabaseChangeLogTable(StringSE databaseChangeLogTable) voidsetDefaultSchema(@Nullable StringSE defaultSchema) voidsetDriverClassName(@Nullable StringSE driverClassName) voidsetDropFirst(boolean dropFirst) voidsetEnabled(boolean enabled) voidsetLabelFilter(@Nullable ListSE<StringSE> labelFilter) voidsetLicenseKey(@Nullable StringSE licenseKey) voidsetLiquibaseSchema(@Nullable StringSE liquibaseSchema) voidsetLiquibaseTablespace(@Nullable StringSE liquibaseTablespace) voidsetParameters(@Nullable MapSE<StringSE, StringSE> parameters) voidsetPassword(@Nullable StringSE password) voidsetRollbackFile(@Nullable FileSE rollbackFile) voidsetShowSummary(@Nullable LiquibaseProperties.ShowSummary showSummary) voidsetShowSummaryOutput(@Nullable LiquibaseProperties.ShowSummaryOutput showSummaryOutput) voidvoidsetTestRollbackOnUpdate(boolean testRollbackOnUpdate) voidsetUiService(@Nullable 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