Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ebean-orm/ebean
/ put
Method
put
ebean-api/src/main/java/io/ebean/SqlRow.java:54–54 ·
view source on GitHub ↗
Set a value to a property.
(String name, Object value)
Source
from the content-addressed store, hash-verified
52
* Set a value to a property.
53
*/
54
@Override
55
Object put(String name, Object value);
56
57
/**
Callers
15
putAndGet
Method · 0.65
getAll
Method · 0.65
putAll
Method · 0.65
remove
Method · 0.65
removeAll
Method · 0.65
clear
Method · 0.65
statistics
Method · 0.65
get
Method · 0.65
put
Method · 0.65
createNormalCache
Method · 0.65
createQueryCache
Method · 0.65
getAll
Method · 0.65
Implementers
1
DefaultSqlRow
ebean-core/src/main/java/io/ebeaninter
Calls
no outgoing calls
Tested by
15
putAndGet
Method · 0.52
getAll
Method · 0.52
putAll
Method · 0.52
remove
Method · 0.52
removeAll
Method · 0.52
clear
Method · 0.52
statistics
Method · 0.52
createMap
Method · 0.52
testIsMarkedDirty
Method · 0.52
testPut
Method · 0.52
testPutAll
Method · 0.52
equalsWhenNotEqual
Method · 0.52