Module org.jooq
Package org.jooq

Enum Class GeneratorStatementType

java.lang.Object
java.lang.Enum<GeneratorStatementType>
org.jooq.GeneratorStatementType
All Implemented Interfaces:
Serializable, Comparable<GeneratorStatementType>, Constable

public enum GeneratorStatementType extends Enum<GeneratorStatementType>
The statement type of a GeneratorContext.

Generator implementations may choose to execute different logic based on the statement type. One example are AuditProvider fields, which can distinguish between audit information on inserted or updated records.

This API is part of a commercial only feature. To use this feature, please use the jOOQ Professional Edition or the jOOQ Enterprise Edition.

Author:
Lukas Eder