| Enum and Description |
|---|
| com.ninja_squad.dbsetup.generator.DateSequenceValueGenerator.CalendarField
use ChronoField instead. This enum is only kept to maintain backward compatibility
|
| Method and Description |
|---|
| com.ninja_squad.dbsetup.generator.DateSequenceValueGenerator.incrementingBy(int, DateSequenceValueGenerator.CalendarField)
use the other
DateSequenceValueGenerator.incrementingBy(int, TemporalUnit) method |
| com.ninja_squad.dbsetup.generator.DateSequenceValueGenerator.startingAt(Calendar)
use one of the other
startingAt() methods taking java.time types as argument |
| com.ninja_squad.dbsetup.generator.DateSequenceValueGenerator.startingAt(Date)
use one of the other
startingAt() methods taking java.time types as argument |
| com.ninja_squad.dbsetup.generator.DateSequenceValueGenerator.startingAt(Date, TimeZone)
use one of the other
startingAt() methods taking java.time types as argument |