MCPcopy 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

hasAnnotationsMethod · 0.65
JavaGeneratorClass · 0.65
verifyVersionsMethod · 0.65
fieldsMethod · 0.65
getEmbeddables0Method · 0.65
syntheticPrimaryKeysMethod · 0.65
loadUniqueKeysMethod · 0.65
loadForeignKeysMethod · 0.65
isSyntheticIdentityMethod · 0.65
keyNameMethod · 0.65
loadPrimaryKeysMethod · 0.65
loadUniqueKeysMethod · 0.65

Implementers 1

AbstractKeyjOOQ/src/main/java/org/jooq/impl/Abstr

Calls

no outgoing calls

Tested by

no test coverage detected