Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jOOQ/jOOQ
/ getFields
Method
getFields
jOOQ/src/main/java/org/jooq/Key.java:66–66 ·
view source on GitHub ↗
The fields that make up the KEY
()
Source
from the content-addressed store, hash-verified
64
* The fields that make up the <code>KEY</code>
65
*/
66
@NotNull
67
List<TableField<R, ?>> getFields();
68
69
/**
Callers
12
hasAnnotations
Method · 0.65
JavaGenerator
Class · 0.65
verifyVersions
Method · 0.65
fields
Method · 0.65
getEmbeddables0
Method · 0.65
syntheticPrimaryKeys
Method · 0.65
loadUniqueKeys
Method · 0.65
loadForeignKeys
Method · 0.65
isSyntheticIdentity
Method · 0.65
keyName
Method · 0.65
loadPrimaryKeys
Method · 0.65
loadUniqueKeys
Method · 0.65
Implementers
1
AbstractKey
jOOQ/src/main/java/org/jooq/impl/Abstr
Calls
no outgoing calls
Tested by
no test coverage detected