Interface PostInsertIdentifierGenerator

All Superinterfaces:
Configurable, Generator, OnExecutionGenerator, Serializable
All Known Implementing Classes:
AbstractPostInsertGenerator, IdentityGenerator, SelectGenerator

public interface PostInsertIdentifierGenerator extends OnExecutionGenerator, Configurable
The counterpart to IdentifierGenerator for values generated by the database. This interface is no longer the only way to handle database-generate identifiers. Any OnExecutionGenerator with timing EventTypeSets.INSERT_ONLY may now be used.
See Also: