public interface Migration
Modifier and Type | Method and Description |
---|---|
boolean |
migrate(java.util.Set<BpelProcess> registeredProcesses,
BpelDAOConnection connection)
All database migrations are run in the same transaction so if one fails, they will
all be rollbacked.
|
boolean migrate(java.util.Set<BpelProcess> registeredProcesses, BpelDAOConnection connection)