MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / type

Method type

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

Source from the content-addressed store, hash-verified

38
39 /// The entity class this dao handles.
40 Class<T> type();
41
42 /// The SQL table name. Defaults to the simple class name; an explicit
43 /// `@Entity(table="...")` wins.

Callers 15

registerDaoMethod · 0.65
capture.jsFile · 0.65
sFunction · 0.65
AbFunction · 0.65
invoke1Method · 0.65
invoke1Method · 0.65
invoke0Method · 0.65
invoke0Method · 0.65
invoke3Method · 0.65
_set_subheadingMethod · 0.65

Implementers 1

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

Calls

no outgoing calls