Uses of Interface
org.jooq.Generator
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Generator in org.jooq
Modifier and TypeMethodDescriptionDataType.generatedAlwaysAsGenerator()
Get the computed column expression of this data type, if any.Modifier and TypeMethodDescriptionDataType.generatedAlwaysAs
(Generator<?, ?, T> generatedAlwaysAsValue) Set the computed column expression of this data type to a dynamic expression. -
Uses of Generator in org.jooq.impl
Modifier and TypeClassDescriptionfinal class
AuditGenerator<R extends Record,
X extends Table<R>, T> AGenerator
that can be used for audit columns, whose values are defined byConfiguration.auditProvider()
.