public class SequenceGenerator extends Generator
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected String |
name |
primaryKeyColumn
Constructor and Description |
---|
SequenceGenerator() |
SequenceGenerator(PrimaryKeyColumn primaryKeyColumn) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
init(Model model) |
void |
reset() |
void |
setName(String name) |
afterUnmarshal, getPrimaryKeyColumn, link, setPrimaryKeyColumn, visitChildren
public static final String copyright
protected String name
public SequenceGenerator()
public SequenceGenerator(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
public String getName()
public void setName(String name)