public class MaxGenerator extends Generator
| Constructor and Description |
|---|
MaxGenerator() |
| Modifier and Type | Method and Description |
|---|---|
long |
generate(java.sql.Connection conn)
Generates the new id.
|
void |
init()
initialize the sql.
|
void |
setColumn(java.lang.String column)
Sets the column.
|
void |
setTable(java.lang.String table)
Sets the table.
|