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, visitChildrenpublic static final String copyright
public IncrementGenerator()
public IncrementGenerator(PrimaryKeyColumn primaryKeyColumn)
public void reset()
reset in interface ModelObjectreset in class Generatorpublic void init(Model model)
init in interface ModelObjectinit in class Generator