public interface SequenceUpdater extends DatabaseAccessing
| Modifier and Type | Method and Description |
|---|---|
void |
restartSequences()
Sets all the sequences to the lowest acceptable value.
|
void |
updateSequences()
Updates all database sequences and identity columns to a sufficiently high value, so that test data be inserted
easily.
|
initvoid updateSequences()
void restartSequences()
Copyright © 2017. All rights reserved.