MCPcopy Create free account
hub / github.com/fast-sql/FastSQL / queryList

Method queryList

src/main/java/top/fastsql/SQL.java:933–941  ·  view source on GitHub ↗

查询多行结果封装为一个对象列表 @param returnClassType Class<T>类型 T 可以为String/Integer/Long/Short/BigDecimal/BigInteger/Float/Double/Boolean或者任意DTO

(Class<T> returnClassType)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

queryColumnKeyMapMethod · 0.95
queryMemoryPageMethod · 0.95
testRowMapperMethod · 0.80
selectOneWhereMethod · 0.80
selectAllMethod · 0.80
selectWhereMethod · 0.80
selectByEntityMethod · 0.80

Calls 3

checkNullMethod · 0.95
getRowMapperMethod · 0.95
toStringMethod · 0.45

Tested by 1

testRowMapperMethod · 0.64