Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ delete
Method
delete
CodenameOne/src/com/codename1/orm/Dao.java:66–66 ·
view source on GitHub ↗
(T entity)
Source
from the content-addressed store, hash-verified
64
65
/// `DELETE ... WHERE id = ?`.
66
void
delete(T entity) throws IOException;
67
68
/// `SELECT ... WHERE id = ?`. Returns `null` when no row matches.
69
T findById(Object id) throws IOException;
Callers
15
close
Method · 0.65
deleteStorageFile
Method · 0.65
delete
Method · 0.65
run
Method · 0.65
purgeCache
Method · 0.65
readResponse
Method · 0.65
deleteLog
Method · 0.65
capturePhoto
Method · 0.65
run
Method · 0.65
actionPerformed
Method · 0.65
actionPerformed
Method · 0.65
actionPerformed
Method · 0.65
Implementers
1
RecordingDao
maven/core-unittests/src/test/java/com
Calls
no outgoing calls
Tested by
7
cleanup
Method · 0.52
cleanup
Method · 0.52
deleteRecursive
Method · 0.52
deleteRecursive
Method · 0.52
deleteRecursive
Method · 0.52
setUp
Method · 0.52
deleteTree
Method · 0.52