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

Method findFirst

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

Source from the content-addressed store, hash-verified

65 <T> T findById(Class<T> entityType, Object idValue) throws DbException;
66
67 <T> T findFirst(Class<T> entityType) throws DbException;
68
69 <T> List<T> findAll(Class<T> entityType) throws DbException;
70

Callers 4

getMethod · 0.65
findFirstMethod · 0.65
onTestDbClickMethod · 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