A callback to be able to get the next value from the underlying structure as needed.paramsession The session.returnThe next value.
The configured increment sizereturnThe configured increment size
The name of the database structure (table or sequence).returnThe structure name.
How many times has this structure been accessed through this reference?returnThe number of accesses.
Prepare this structure for use. Called sometime after instantiation, but before first use.paramoptimizer The optimizer being applied to the generator.
Commands needed to create the underlying structures.paramdialect The database dialect being used.returnThe creation commands.
Commands needed to drop the underlying structures.paramdialect The database dialect being used.returnThe drop commands.