| Package | Description |
|---|---|
| com.agimatec.dbmigrate | |
| com.agimatec.dbmigrate.util |
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseLocker |
BaseMigrationTool.databaseLocker |
| Modifier and Type | Method and Description |
|---|---|
DatabaseLocker |
BaseMigrationTool.getDatabaseLocker() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMigrationTool.setDatabaseLocker(DatabaseLocker busyLocker) |
| Modifier and Type | Class and Description |
|---|---|
class |
BusyLocker
Description: Implements the behavior to prevent dbmigrate to execute more than once at the same time
on the same database
It INSERTs a "busy" version into the database and DELETEs it afterwards. |
Copyright © 2008–2018. All rights reserved.