T - the type of value that this generator generatespublic interface ValueGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
nextValue()
Called each time a new row is inserted, to get the value to insert in the column using this value generator.
|