|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaginatedList | |
---|---|
com.ibatis.common.util | |
com.ibatis.db.sqlmap |
Uses of PaginatedList in com.ibatis.common.util |
---|
Classes in com.ibatis.common.util that implement PaginatedList | |
---|---|
class |
PaginatedArrayList
|
Uses of PaginatedList in com.ibatis.db.sqlmap |
---|
Classes in com.ibatis.db.sqlmap that implement PaginatedList | |
---|---|
class |
PaginatedDataList
|
Methods in com.ibatis.db.sqlmap that return PaginatedList | |
---|---|
PaginatedList |
MappedStatement.executeQueryForPaginatedList(java.lang.Object parameterObject,
int pageSize)
Executes the SQL and retuns a subset of the results in a dynamic PaginatedList that can be used to automatically scroll through results from a database table. |
PaginatedList |
SqlMap.executeQueryForPaginatedList(java.lang.String statementName,
java.lang.Object parameterObject,
int pageSize)
Executes the SQL and retuns a subset of the results in a dynamic PaginatedList that can be used to automatically scroll through results from a database table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |