MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / original

Method original

jOOQ/src/main/java/org/jooq/Field.java:4094–4094  ·  view source on GitHub ↗

The inverse operation of Record#original(Field). This method can be used in its method reference form conveniently on a generated table, for instance, when mapping records in a stream: DSL.using(configuration) .fetch("select from t") .stream() .map(MY_TABLE.ID::origi

(Record record)

Source from the content-addressed store, hash-verified

4092 * </code></pre>
4093 */
4094 @Nullable
4095 T original(Record record);
4096
4097 /**

Callers 7

copyValueMethod · 0.65
addConditionMethod · 0.65
checkIfChangedMethod · 0.65
originalMethod · 0.65
originalMethod · 0.65
originalMethod · 0.65
setValuesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected