@groovy.transform.CompileStatic class GrailsLiquibase extends SpringLiquibase
Type | Name and description |
---|---|
java.lang.String |
dataSourceName |
java.lang.String |
databaseChangeLogLockTableName |
java.lang.String |
databaseChangeLogTableName |
Constructor and description |
---|
GrailsLiquibase(ApplicationContext applicationContext) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected Database |
createDatabase(java.sql.Connection connection, ResourceAccessor accessor) |
|
protected Liquibase |
createLiquibase(java.sql.Connection connection) |
|
protected void |
performUpdate(Liquibase liquibase) |
Groovy Documentation