MCPcopy Create free account
hub / github.com/ebean-orm/ebean / putAll

Method putAll

ebean-api/src/main/java/io/ebean/SqlRow.java:166–166  ·  view source on GitHub ↗

Put all the values from t into this map.

(Map<? extends String, ?> t)

Source from the content-addressed store, hash-verified

164 * Put all the values from t into this map.
165 */
166 @Override
167 void putAll(Map<? extends String, ?> t);
168
169 /**

Callers 15

putAllMethod · 0.65
getAllMethod · 0.65
putAllMethod · 0.65
testPutAllWithEmptyMethod · 0.65
testPutAllMethod · 0.65
putAllMethod · 0.65
resolveGenericTypesMethod · 0.65
NaturalKeyEntryBasicMethod · 0.65
updateMethod · 0.65
beanCachePutAllDirectMethod · 0.65
putAllMethod · 0.65

Implementers 1

DefaultSqlRowebean-core/src/main/java/io/ebeaninter

Calls

no outgoing calls

Tested by 4

putAllMethod · 0.52
testPutAllWithEmptyMethod · 0.52
testPutAllMethod · 0.52