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

Method hashCode

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

Get a hash code of this Record , based on the underlying row value expression. In order to fulfill the general contract of Object#hashCode() and Object#equals(Object), a Record 's hash code value depends on all hash code values of this Record '

()

Source from the content-addressed store, hash-verified

1584 * @see #equals(Object)
1585 */
1586 @Override
1587 int hashCode();
1588
1589 /**

Callers 15

hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
beforeCloseMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected