Uses of Enum Class
org.jooq.impl.QOM.GenerationMode
Packages that use QOM.GenerationMode
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.GenerationMode in org.jooq
Methods in org.jooq that return QOM.GenerationModeModifier and TypeMethodDescriptionDataType.identityMode()Get the identityQOM.GenerationModeof this data type.Methods in org.jooq with parameters of type QOM.GenerationModeModifier and TypeMethodDescriptionDataType.identityMode(QOM.GenerationMode identity) Return a new data type like this, with a new identityQOM.GenerationMode. -
Uses of QOM.GenerationMode in org.jooq.impl
Methods in org.jooq.impl that return QOM.GenerationModeModifier and TypeMethodDescriptionfinal QOM.GenerationModeDefaultDataType.identityMode()static QOM.GenerationModeReturns the enum constant of this class with the specified name.static QOM.GenerationMode[]QOM.GenerationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.