| Package | Description |
|---|---|
| net.jmatrix.db.schema | |
| net.jmatrix.db.schema.action |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
DBM.recommendUpdateActions()
This method makes logical comparisons between disk and db versions
and recommends actions to bring the two in sync.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBM.executeActionWithLock(Action a) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBM.executeActionsWithLock(List<Action> actions) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAction
Represents an action that can be taken by the DBM schema manager.
|
class |
ApplyAction |
class |
InitAction |
class |
ManualAction
Represents a Manual action - where an operator is required to
execute some action on the database manually.
|
class |
ReapplyAction |
class |
RollbackDBAction
A Rollback Action based on rollback sql statements stored in the
databasae in the DBM_VERSIONS table.
|
class |
RollbackDiskAction |
Copyright © 2014. All rights reserved.