MCPcopy Index your code
hub / github.com/ebean-orm/ebean / set

Method set

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

Exactly the same as the put method. I added this method because it seems more bean like to have get and set methods.

(String name, Object value)

Source from the content-addressed store, hash-verified

62 * </p>
63 */
64 Object set(String name, Object value);
65
66 /**
67 * Return a property as a Boolean.

Callers 15

createNewRowMethod · 0.95
usesInjectedPoolMethod · 0.65
setGetDelMethod · 0.65
mgetMethod · 0.65
setGetDelMethod · 0.65
mgetMethod · 0.65
putMethod · 0.65
putAllMethod · 0.65
updateQueryMethod · 0.65
runMethod · 0.65
basicMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

usesInjectedPoolMethod · 0.52
setGetDelMethod · 0.52
mgetMethod · 0.52
setGetDelMethod · 0.52
mgetMethod · 0.52
updateQueryMethod · 0.52
runMethod · 0.52
basicMethod · 0.52
withTableAliasMethod · 0.52
withJoinMethod · 0.52
withJoinAndLimitMethod · 0.52