A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

allStatements - Property in GroovyChange
append(liquibase.changelog.ChangeSet, java.io.File) - Method in GroovyChangeLogSerializer
appendAttrs(java.lang.StringBuilder, groovy.util.Node, java.lang.String) - Method in ChangelogXml2Groovy
appendToChangeLog(java.io.File, java.io.File) - Method in DatabaseMigrationCommand
appendWithIndent(int, java.lang.StringBuilder, java.lang.String) - Method in ChangelogXml2Groovy
applicationContext - Property in ApplicationContextDatabaseMigrationCommand
applicationContext - Property in DatabaseChangeLogBuilder
applicationContext - Property in DatabaseMigrationTransactionManager
applicationContext - Property in GroovyChangeLogParser
ApplicationContextDatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
author - Property in DatabaseMigrationGrailsPlugin
authorEmail - Property in DatabaseMigrationGrailsPlugin

B

C

changeClosure - Property in GroovyChange
changeClosureCalled - Property in GroovyChange
changeLog - Property in GroovyPrecondition
ChangelogXml2Groovy - Class in org.grails.plugins.databasemigration.liquibase
Generates a Groovy DSL version of a Liquibase XML changelog.
ChangelogXml2Groovy() - Constructor in ChangelogXml2Groovy
changeSet - Property in GroovyPrecondition
check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet, liquibase.changelog.visitor.ChangeExecListener) - Method in GroovyPrecondition
checkClosure - Property in GroovyPrecondition
checksumString - Property in GroovyChange
closeResources(java.sql.Connection) - Method in GroovyChange.1
closeResources(java.sql.Connection) - Method in GroovyPrecondition.1
COMMAND_NAME - Field in GroovyDiffToChangeLogCommandStep
COMMAND_NAME - Field in GroovyGenerateChangeLogCommandStep
commandLine - Property in DatabaseMigrationCommand
config - Property in GroovyChangeLogParser
CONFIG_MAIN_PREFIX - Property in DatabaseMigrationGrailsPlugin
config - Property in ScriptDatabaseMigrationCommand
configureDatabase(liquibase.database.Database) - Method in DatabaseMigrationCommand
configureLiquibase() - Method in ApplicationContextDatabaseMigrationCommand
configureLiquibase() - Method in ScriptDatabaseMigrationCommand
configureSources(org.hibernate.boot.MetadataSources) - Method in GormDatabase
confirm(java.lang.String) - Method in GroovyChange
Called by the change or rollback closure.
confirmationMessage - Property in GroovyChange
connection - Property in GormDatabase
contexts - Property in DatabaseMigrationCommand
convert(java.lang.String) - Method in ChangelogXml2Groovy
Convert a Liquibase XML changelog to Groovy DSL format.
convertNode(groovy.util.Node, java.lang.StringBuilder, int) - Method in ChangelogXml2Groovy
createDatabase(java.lang.String, java.lang.String, Map<String, String>) - Method in DatabaseMigrationCommand
createDatabase(java.sql.Connection, liquibase.resource.ResourceAccessor) - Method in GrailsLiquibase
createDatabaseSnapshot(java.lang.String) - Method in GroovyPrecondition
Called from the check closure.
createLiquibase(java.sql.Connection) - Method in GrailsLiquibase
createNode(java.lang.Object, java.util.Map, java.lang.Object) - Method in DatabaseChangeLogBuilder
createResourceAccessor() - Method in DatabaseMigrationCommand
ctx - Property in GroovyChange
ctx - Property in GroovyPrecondition

D

DATA_SOURCE_NAME_KEY - Property in PluginConstants
database - Property in GroovyChange
database - Property in GroovyPrecondition
database - Field in NoopVisitor
DatabaseChangeLogBuilder - Class in org.grails.plugins.databasemigration.liquibase
DatabaseChangeLogBuilder() - Constructor in DatabaseChangeLogBuilder
databaseChangeLogLockTableName - Property in GrailsLiquibase
databaseChangeLogTableName - Property in GrailsLiquibase
DatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
DatabaseMigrationException - Class in org.grails.plugins.databasemigration
DatabaseMigrationException() - Constructor in DatabaseMigrationException
DatabaseMigrationGrailsPlugin - Class in org.grails.plugins.databasemigration
DatabaseMigrationGrailsPlugin() - Constructor in DatabaseMigrationGrailsPlugin
DatabaseMigrationTransactionManager - Class in org.grails.plugins.databasemigration
Created by Jim on 7/15/2016.
DatabaseMigrationTransactionManager(org.springframework.context.ApplicationContext, java.lang.String) - Constructor in DatabaseMigrationTransactionManager
dataSource - Property in DatabaseMigrationCommand
dataSource - Property in DatabaseMigrationTransactionManager
dataSourceName - Property in DatabaseChangeLogBuilder
dataSourceName - Property in GrailsLiquibase
dataSourceName - Property in GroovyChange
DbmChangelogToGroovy - Class in org.grails.plugins.databasemigration.command
DbmChangelogToGroovy() - Constructor in DbmChangelogToGroovy
DbmCreateChangelog - Class in org.grails.plugins.databasemigration.command
DbmCreateChangelog() - Constructor in DbmCreateChangelog
DEFAULT_CHANGE_LOG_LOCATION - Property in PluginConstants
DEFAULT_DATASOURCE_NAME - Property in PluginConstants
DefaultDatabaseProductName - Property in GormDatabase
defaultSchema - Property in DatabaseMigrationCommand
defineCommandNames() - Method in GroovyDiffToChangeLogCommandStep
defineCommandNames() - Method in GroovyGenerateChangeLogCommandStep
description - Property in DatabaseMigrationGrailsPlugin
documentation - Property in DatabaseMigrationGrailsPlugin
doDiffToChangeLog(java.io.File, liquibase.database.Database, liquibase.database.Database) - Method in DatabaseMigrationCommand
doGenerateChangeLog(java.io.File, liquibase.database.Database) - Method in DatabaseMigrationCommand
doGeneratePreviousChangesetSql(java.io.Writer, liquibase.database.Database, liquibase.Liquibase, java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
doWithApplicationContext() - Method in DatabaseMigrationGrailsPlugin
doWithSpring() - Method in DatabaseMigrationGrailsPlugin

E

EnvironmentAwareCodeGenConfig - Class in org.grails.plugins.databasemigration
EnvironmentAwareCodeGenConfig(org.grails.config.CodeGenConfig, java.lang.String) - Constructor in EnvironmentAwareCodeGenConfig
error(java.lang.String) - Method in GroovyChange
Called by the validate closure.
executionContext - Property in ScriptDatabaseMigrationCommand

F

fail(java.lang.String) - Method in GroovyPrecondition
Called from the check closure as a shortcut to throw a PreconditionFailedException.
finishInitialization() - Method in GroovyChange

G

generateCheckSum() - Method in GroovyChange
generateRollbackStatements(liquibase.database.Database) - Method in GroovyChange
generateStatements(liquibase.database.Database) - Method in GroovyChange
getApplication() - Method in GroovyChange
Called from the change or rollback closure.
getApplication() - Method in GroovyPrecondition
Called from the change or rollback closure.
getArgs() - Method in DatabaseMigrationCommand
getChangeLogFile() - Method in DatabaseMigrationCommand
getChangeLogFileName() - Method in DatabaseMigrationCommand
getChangeLogLocation() - Method in DatabaseMigrationCommand
getConfig() - Method in ApplicationContextDatabaseMigrationCommand
getConfig() - Method in DatabaseMigrationCommand
getConfig() - Method in GroovyChange
Called from the change or rollback closure.
getConfig() - Method in GroovyPrecondition
Called from the change or rollback closure.
getConfigPrefix() - Method in DatabaseMigrationCommand
getConfirmationMessage() - Method in GroovyChange
getConnection() - Method in GroovyChange
Called from the change or rollback closure.
getConnection() - Method in GroovyPrecondition
Called from the change or rollback closure.
getContexts() - Method in DatabaseMigrationCommand
getDatabaseConnection() - Method in GroovyChange
Called from the change or rollback closure.
getDatabaseConnection() - Method in GroovyPrecondition
Called from the change or rollback closure.
getDataSourceConfig(grails.config.ConfigMap) - Method in DatabaseMigrationCommand
getDataSourceName(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
getDialect() - Method in GormDatabase
getDirection() - Method in NoopVisitor
getEnvironmentConfig(java.lang.String) - Method in ApplicationContextDatabaseMigrationCommand
getMetadata() - Method in GormDatabase
Return the hibernate Metadata used by this database.
getName() - Method in ScriptDatabaseMigrationCommand
getPriority() - Method in GroovyChangeLogSerializer
getSnapshot(liquibase.structure.DatabaseObject) - Method in GormDatabase.1
getSql() - Method in GroovyChange
Called from the change or rollback closure.
getSql() - Method in GroovyPrecondition
Called from the change or rollback closure.
getTransactionManager() - Method in DatabaseMigrationTransactionManager
Returns:
The transactionManager bean for the current dataSource
getValidFileExtensions() - Method in GroovyChangeLogSerializer
GormDatabase - Class in org.grails.plugins.databasemigration.liquibase
GormDatabase.1 - Class in org.grails.plugins.databasemigration.liquibase
GormDatabase.1() - Constructor in GormDatabase.1
GormDatabase(org.hibernate.dialect.Dialect, org.hibernate.service.ServiceRegistry) - Constructor in GormDatabase
GrailsLiquibase - Class in org.grails.plugins.databasemigration.liquibase
GrailsLiquibase(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibase
grailsVersion - Property in DatabaseMigrationGrailsPlugin
GroovyChange - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based change.
GroovyChange.1 - Class in org.grails.plugins.databasemigration.liquibase
GroovyChange.1() - Constructor in GroovyChange.1
GroovyChange() - Constructor in GroovyChange
GroovyChangeLogParser - Class in org.grails.plugins.databasemigration.liquibase
GroovyChangeLogParser() - Constructor in GroovyChangeLogParser
GroovyChangeLogSerializer - Class in org.grails.plugins.databasemigration.liquibase
GroovyChangeLogSerializer() - Constructor in GroovyChangeLogSerializer
GroovyDiffToChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
GroovyDiffToChangeLogCommandStep() - Constructor in GroovyDiffToChangeLogCommandStep
GroovyGenerateChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
GroovyGenerateChangeLogCommandStep() - Constructor in GroovyGenerateChangeLogCommandStep
GroovyPrecondition - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based precondition.
GroovyPrecondition.1 - Class in org.grails.plugins.databasemigration.liquibase
GroovyPrecondition.1() - Constructor in GroovyPrecondition.1
GroovyPrecondition() - Constructor in GroovyPrecondition

H

handle() - Method in ApplicationContextDatabaseMigrationCommand
handle() - Method in DbmChangelogToGroovy
handle() - Method in DbmCreateChangelog
handle() - Method in ScriptDatabaseMigrationCommand
hasOption(java.lang.String) - Method in DatabaseMigrationCommand

I

initClosure - Property in GroovyChange
initClosureCalled - Property in GroovyChange
invokeMethod(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in GormDatabase
isDefaultDataSource(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
isTimeFormat(java.lang.String) - Method in DatabaseMigrationCommand

J

K

L

license - Property in DatabaseMigrationGrailsPlugin
load(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor) - Method in GroovyChange
load(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor) - Method in GroovyPrecondition

M

N

name - Property in GroovyPrecondition
NEWLINE - Field in ChangelogXml2Groovy
NoopVisitor - Class in org.grails.plugins.databasemigration
NoopVisitor(liquibase.database.Database) - Constructor in NoopVisitor

O

optionValue(java.lang.String) - Method in DatabaseMigrationCommand
outputHeader(liquibase.executor.Executor, java.lang.String, liquibase.Liquibase, liquibase.database.Database) - Method in DatabaseMigrationCommand

P

parseDateTime(java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
parseToNode(java.lang.String, liquibase.changelog.ChangeLogParameters, liquibase.resource.ResourceAccessor) - Method in GroovyChangeLogParser
performUpdate(liquibase.Liquibase) - Method in GrailsLiquibase
PluginConstants - Class in org.grails.plugins.databasemigration
PluginConstants() - Constructor in PluginConstants
pluginExcludes - Property in DatabaseMigrationGrailsPlugin
priority - Property in GroovyChangeLogParser
processGrailsChangeProperty(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
processGrailsPreconditionProperty(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder

Q

R

resolveChangeLogFile(java.lang.String) - Method in DatabaseMigrationCommand
resourceAccessor - Property in GroovyPrecondition
rollbackClosure - Property in GroovyChange
run(liquibase.command.CommandResultsBuilder) - Method in GroovyDiffToChangeLogCommandStep
run(liquibase.command.CommandResultsBuilder) - Method in GroovyGenerateChangeLogCommandStep

S

scm - Property in DatabaseMigrationGrailsPlugin
ScriptDatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
serialize(liquibase.serializer.LiquibaseSerializable, boolean) - Method in GroovyChangeLogSerializer
serializedObjectNamespace - Property in GroovyPrecondition
setChangeLogProperties(java.util.Map, liquibase.changelog.ChangeLogParameters) - Method in GroovyChangeLogParser
setConfig(grails.config.ConfigMap) - Method in ScriptDatabaseMigrationCommand
setExecutionContext(grails.dev.commands.ExecutionContext) - Method in ApplicationContextDatabaseMigrationCommand
setParent(java.lang.Object, java.lang.Object) - Method in DatabaseChangeLogBuilder
shortName - Property in GormDatabase
shouldRun() - Method in GroovyChange
Returns:
Whether the database executor is instance of LoggingExecutor
skipBootstrap - Property in ApplicationContextDatabaseMigrationCommand
sourceConfig - Property in ScriptDatabaseMigrationCommand
sql - Property in GroovyChange
sql - Property in GroovyPrecondition
sqlStatement(liquibase.statement.SqlStatement) - Method in GroovyChange
Called by the change or rollback closure.
sqlStatements(java.util.List) - Method in GroovyChange
Called by the change or rollback closure.
supports(java.lang.String, liquibase.resource.ResourceAccessor) - Method in GroovyChangeLogParser
supportsRollback(liquibase.database.Database) - Method in GroovyChange

T

title - Property in DatabaseMigrationGrailsPlugin

U

V

validate(liquibase.database.Database) - Method in GroovyChange
validate(liquibase.database.Database) - Method in GroovyPrecondition
validateClosure - Property in GroovyChange
validateClosureCalled - Property in GroovyChange
validationErrors - Property in GroovyChange
visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, Set<ChangeSetFilterResult>) - Method in NoopVisitor

W

warn(java.lang.String) - Method in GroovyChange
Called by the validate closure.
warn(liquibase.database.Database) - Method in GroovyPrecondition
warnings - Property in GroovyChange
withDatabase(Map<String, String>, groovy.lang.Closure) - Method in DatabaseMigrationCommand
withFileOrSystemOutWriter(java.lang.String, groovy.lang.Closure) - Method in DatabaseMigrationCommand
withGormDatabase(org.springframework.context.ConfigurableApplicationContext, java.lang.String, groovy.lang.Closure) - Method in ApplicationContextDatabaseMigrationCommand
withLiquibase(groovy.lang.Closure) - Method in DatabaseMigrationCommand
withNewTransaction(java.util.Map, groovy.lang.Closure) - Method in DatabaseMigrationTransactionManager
Executes the closure within the context of a new transaction which is configured with the properties contained in transactionProperties.
withNewTransaction(groovy.lang.Closure) - Method in GroovyChange
Executes the grailsChange>change block within the context of a new transaction
withTransaction(groovy.lang.Closure) - Method in ApplicationContextDatabaseMigrationCommand
withTransaction(org.springframework.transaction.TransactionDefinition, groovy.lang.Closure) - Method in DatabaseMigrationTransactionManager
Executes the closure within the context of a transaction for the given TransactionDefinition
write(List<T>, java.io.OutputStream) - Method in GroovyChangeLogSerializer

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _