Uses of Annotation Type
liquibase.servicelocator.LiquibaseService
Packages that use LiquibaseService
Package
Description
-
Uses of LiquibaseService in liquibase.changelog
Classes in liquibase.changelog with annotations of type LiquibaseService -
Uses of LiquibaseService in liquibase.changelog.column
Classes in liquibase.changelog.column with annotations of type LiquibaseServiceModifier and TypeClassDescriptionfinal class
This 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 -
Uses of LiquibaseService in liquibase.configuration.core
Classes in liquibase.configuration.core with annotations of type LiquibaseService -
Uses of LiquibaseService in liquibase.database
Classes in liquibase.database with annotations of type LiquibaseService -
Uses of LiquibaseService in liquibase.database.jvm
Classes in liquibase.database.jvm with annotations of type LiquibaseServiceModifier and TypeClassDescriptionclass
class
class
A SybaseASA specific Delegate that removes the calls to nativeSQL due to driver issues.class
A 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 -
Uses of LiquibaseService in liquibase.executor
Classes in liquibase.executor with annotations of type LiquibaseServiceModifier and TypeClassDescriptionclass
A 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