public class IncrementGenerator extends Generator
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
primaryKeyColumn
Constructor and Description |
---|
IncrementGenerator() |
IncrementGenerator(PrimaryKeyColumn primaryKeyColumn) |
Modifier and Type | Method and Description |
---|---|
void |
init(Model model) |
void |
reset() |
afterUnmarshal, getPrimaryKeyColumn, link, setPrimaryKeyColumn, visitChildren
public static final String copyright
public IncrementGenerator()
public IncrementGenerator(PrimaryKeyColumn primaryKeyColumn)
public void reset()
reset
in interface ModelObject
reset
in class Generator
public void init(Model model)
init
in interface ModelObject
init
in class Generator