Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ update
Method
update
CodenameOne/src/com/codename1/orm/Dao.java:63–63 ·
view source on GitHub ↗
(T entity)
Source
from the content-addressed store, hash-verified
61
62
/// `UPDATE ... WHERE id = ?`.
63
void
update(T entity) throws IOException;
64
65
/// `DELETE ... WHERE id = ?`.
66
void
delete(T entity) throws IOException;
Callers
15
update
Method · 0.65
digest
Method · 0.65
update
Method · 0.65
doFinal
Method · 0.65
onFrame
Method · 0.65
validate
Method · 0.65
update
Method · 0.65
createChecksum
Method · 0.65
createChecksum
Method · 0.65
notifyObservers
Method · 0.65
update
Method · 0.65
update
Method · 0.65
Implementers
1
RecordingDao
maven/core-unittests/src/test/java/com
Calls
no outgoing calls
Tested by
6
updateActivatesGeofencesWithinBubble
Method · 0.52
updateForceRefreshHandlesMissingPersistedActiveFenceMap
Method · 0.52
updateWithNullLocationRegistersBackgroundListener
Method · 0.52
updatePurgesExpiredGeofencesWithoutConcurrentModification
Method · 0.52
cryptoSign
Method · 0.52
cryptoVerify
Method · 0.52