| Modifier and Type | Method and Description |
|---|---|
Schema.Sequence |
Schema.addSequence(String name) |
Schema.Sequence |
Schema.Sequence.cache(int cache) |
Schema.Sequence |
Schema.Sequence.cycle() |
Schema.Sequence |
Schema.Sequence.increment(int increment) |
Schema.Sequence |
Schema.Sequence.max(long max) |
Schema.Sequence |
Schema.Sequence.min(long min) |
Schema.Sequence |
Schema.Sequence.order()
On databases that support it, indicate you want to strictly order the values returned
from the sequence.
|
Schema.Sequence |
Schema.Sequence.start(long start) |
Copyright © 2016. All rights reserved.