@groovy.transform.Trait @groovy.transform.CompileStatic trait ApplicationContextDatabaseMigrationCommand extends java.lang.Object implements DatabaseMigrationCommand
Type | Name and description |
---|---|
org.springframework.context.ConfigurableApplicationContext |
applicationContext |
java.lang.Boolean |
skipBootstrap |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
configureLiquibase() |
|
grails.config.ConfigMap |
getConfig() |
|
grails.config.ConfigMap |
getEnvironmentConfig(java.lang.String environment) |
|
boolean |
handle(grails.dev.commands.ExecutionContext executionContext) |
|
abstract void |
handle() |
|
void |
setExecutionContext(grails.dev.commands.ExecutionContext executionContext) |
|
void |
withGormDatabase(org.springframework.context.ConfigurableApplicationContext applicationContext, java.lang.String dataSource, groovy.lang.Closure closure) |
|
void |
withTransaction(groovy.lang.Closure callable) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |