Uses of Class
liquibase.servicelocator.LiquibaseService
-
-
Uses of LiquibaseService in liquibase.changelog
Classes in liquibase.changelog with annotations of type LiquibaseService Modifier and Type Class Description classOfflineChangeLogHistoryService -
Uses of LiquibaseService in liquibase.changelog.column
Classes in liquibase.changelog.column with annotations of type LiquibaseService Modifier and Type Class Description classLiquibaseColumnThis class is just a marker class that is used to distinguish columns that are used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns that might be used in Liquibase-managed database schemas. -
Uses of LiquibaseService in liquibase.common.datatype
Classes in liquibase.common.datatype with annotations of type LiquibaseService Modifier and Type Class Description classDataTypeWrapperA wrapper class for data types. -
Uses of LiquibaseService in liquibase.configuration.core
Classes in liquibase.configuration.core with annotations of type LiquibaseService Modifier and Type Class Description classDefaultsFileValueProvider -
Uses of LiquibaseService in liquibase.database
Classes in liquibase.database with annotations of type LiquibaseService Modifier and Type Class Description classMockDatabaseConnectionclassOfflineConnection -
Uses of LiquibaseService in liquibase.database.jvm
Classes in liquibase.database.jvm with annotations of type LiquibaseService Modifier and Type Class Description classDerbyConnectionclassHsqlConnectionclassSybaseASAConnectionA SybaseASA specific Delegate that removes the calls to nativeSQL due to driver issues.classSybaseConnectionA Sybase specific Delegate that removes the calls to commit and rollback as Sybase requires that autocommit be set to true. -
Uses of LiquibaseService in liquibase.diff.output.changelog.core
Classes in liquibase.diff.output.changelog.core with annotations of type LiquibaseService Modifier and Type Class Description classMissingDataExternalFileChangeGenerator -
Uses of LiquibaseService in liquibase.executor
Classes in liquibase.executor with annotations of type LiquibaseService Modifier and Type Class Description classLoggingExecutorA variant of the Executor service that does not actually modify the target database(s). -
Uses of LiquibaseService in liquibase.sdk.executor
Classes in liquibase.sdk.executor with annotations of type LiquibaseService Modifier and Type Class Description classMockExecutor
-