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