MCPcopy Index your code
hub / github.com/wyouflf/xUtils3 / selector

Method selector

xutils/src/main/java/org/xutils/DbManager.java:71–71  ·  view source on GitHub ↗
(Class<T> entityType)

Source from the content-addressed store, hash-verified

69 <T> List<T> findAll(Class<T> entityType) throws DbException;
70
71 <T> Selector<T> selector(Class<T> entityType) throws DbException;
72
73 DbModel findDbModelFirst(SqlInfo sqlInfo) throws DbException;
74

Callers 11

onTestDbClickMethod · 0.95
runMethod · 0.95
getMethod · 0.65
runMethod · 0.65
deleteExpiryMethod · 0.65
getMethod · 0.65
getURIsMethod · 0.65
runMethod · 0.65
getChildrenMethod · 0.65
DownloadManagerMethod · 0.65
startDownloadMethod · 0.65

Implementers 1

DbBasexutils/src/main/java/org/xutils/db/tab

Calls

no outgoing calls

Tested by

no test coverage detected