Uses of Interface
org.jooq.Identity
Packages that use Identity
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
- 
Uses of Identity in org.jooqModifier and TypeMethodDescriptionTable.getIdentity()Retrieve the table'sIDENTITYinformation, if available.Modifier and TypeMethodDescriptionvoidInsertQuery.setReturning(Identity<R, ?> identity) Configure theINSERTorUPDATEstatement to return the generated identity value.voidStoreQuery.setReturning(Identity<R, ?> identity) Configure theINSERTorUPDATEstatement to return the generated identity value.voidUpdateQuery.setReturning(Identity<R, ?> identity) Configure theINSERTorUPDATEstatement to return the generated identity value.
- 
Uses of Identity in org.jooq.implMethods in org.jooq.impl that return IdentityModifier 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()TableImpl.getIdentity()