MCPcopy 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

closeMethod · 0.65
deleteStorageFileMethod · 0.65
deleteMethod · 0.65
runMethod · 0.65
purgeCacheMethod · 0.65
readResponseMethod · 0.65
deleteLogMethod · 0.65
capturePhotoMethod · 0.65
runMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65

Implementers 1

RecordingDaomaven/core-unittests/src/test/java/com

Calls

no outgoing calls

Tested by 7

cleanupMethod · 0.52
cleanupMethod · 0.52
deleteRecursiveMethod · 0.52
deleteRecursiveMethod · 0.52
deleteRecursiveMethod · 0.52
setUpMethod · 0.52
deleteTreeMethod · 0.52