public interface ChangeEntryService<CHANGE_ENTRY extends ChangeEntry> extends Process
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlreadyExecuted(String changeSetId,
String author) |
void |
save(CHANGE_ENTRY changeEntry) |
initializeboolean isAlreadyExecuted(String changeSetId, String author) throws MongockException
changeSetId - changeSet idauthor - changeSet's authorMongockException - if anything goes wrongvoid save(CHANGE_ENTRY changeEntry) throws MongockException
MongockExceptionCopyright © 2021. All rights reserved.