MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / insert

Method insert

CodenameOne/src/com/codename1/orm/Dao.java:60–60  ·  view source on GitHub ↗
(T entity)

Source from the content-addressed store, hash-verified

58 /// generated id is written back into the instance via
59 /// `SELECT last_insert_rowid()`.
60 void insert(T entity) throws IOException;
61
62 /// `UPDATE ... WHERE id = ?`.
63 void update(T entity) throws IOException;

Callers 15

canonicalizeNumberMethod · 0.65
invoke1Method · 0.65
invoke4Method · 0.65
invoke31Method · 0.65
invoke46Method · 0.65
invoke47Method · 0.65
blog_prose_gate.pyFile · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1