MCPcopy Create free account
hub / github.com/androrm/androrm / handledByPrimaryKey

Method handledByPrimaryKey

src/src/com/orm/androrm/Model.java:467–474  ·  view source on GitHub ↗
(Object field)

Source from the content-addressed store, hash-verified

465 }
466
467 private boolean handledByPrimaryKey(Object field) {
468 if(field instanceof PrimaryKeyField) {
469 PrimaryKeyField pk = (PrimaryKeyField) field;
470 return pk.isAutoincrement();
471 }
472
473 return false;
474 }
475
476 @Override
477 public int hashCode() {

Callers 1

putValueMethod · 0.95

Calls 1

isAutoincrementMethod · 0.95

Tested by

no test coverage detected