Uses of Interface
org.jooq.Identity
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Identity in org.jooq
Modifier and TypeMethodDescriptionTable.getIdentity()
Retrieve the table'sIDENTITY
information, if available.Modifier and TypeMethodDescriptionvoid
InsertQuery.setReturning(Identity<R,?> identity)
Configure theINSERT
orUPDATE
statement to return the generated identity value.void
StoreQuery.setReturning(Identity<R,?> identity)
Configure theINSERT
orUPDATE
statement to return the generated identity value.void
UpdateQuery.setReturning(Identity<R,?> identity)
Configure theINSERT
orUPDATE
statement to return the generated identity value. -
Uses of Identity in org.jooq.impl
Modifier and TypeMethodDescriptionAbstractKeys.createIdentity(Table<R> table, TableField<R,T> field)
Deprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your codeInternal.createIdentity(Table<R> table, TableField<R,T> field)
Factory method for identities.CustomTable.getIdentity()