Package com.ninja_squad.dbsetup.generator

Interface Summary
ValueGenerator<T> A value generator allows generating values for a specific column in a sequence of inserts.
 

Class Summary
DateSequenceValueGenerator A ValueGenerator that returns a sequence of dates, starting at a given date and incremented by a given time, specified as an increment and a calendar field.
SequenceValueGenerator A ValueGenerator which generates a sequence of long values.
StringSequenceValueGenerator A ValueGenerator that returns a string prefix followed by a sequence number, optionally left-padded with 0 to ensure a correct ordering (for example: CODE_001, CODE_002, etc.).
ValueGenerators Utility class containing factory methods for ValueGenerator
 

Enum Summary
DateSequenceValueGenerator.CalendarField The available units for the increment of this sequence