Uses of Interface
com.ibatis.common.util.PaginatedList
Packages that use PaginatedList
Package
Description
This package contains the core library client interface.
-
Uses of PaginatedList in com.ibatis.common.util
Classes in com.ibatis.common.util that implement PaginatedListModifier and TypeClassDescriptionclassDeprecated.All paginated list features have been deprecated -
Uses of PaginatedList in com.ibatis.sqlmap.client
Methods in com.ibatis.sqlmap.client that return PaginatedListModifier and TypeMethodDescriptionSqlMapExecutor.queryForPaginatedList(String id, int pageSize) Deprecated.All paginated list features have been deprecatedSqlMapExecutor.queryForPaginatedList(String id, Object parameterObject, int pageSize) Deprecated.All paginated list features have been deprecated -
Uses of PaginatedList in com.ibatis.sqlmap.engine.impl
Methods in com.ibatis.sqlmap.engine.impl that return PaginatedListModifier and TypeMethodDescriptionExtendedSqlMapClient.queryForPaginatedList(String id, int pageSize) Deprecated.Query for paginated list.ExtendedSqlMapClient.queryForPaginatedList(String id, Object paramObject, int pageSize) Deprecated.Query for paginated list.SqlMapClientImpl.queryForPaginatedList(String id, int pageSize) Deprecated.All paginated list features have been deprecatedSqlMapClientImpl.queryForPaginatedList(String id, Object paramObject, int pageSize) Deprecated.All paginated list features have been deprecatedSqlMapExecutorDelegate.queryForPaginatedList(SessionScope sessionScope, String id, Object paramObject, int pageSize) Deprecated.All paginated list features have been deprecatedSqlMapSessionImpl.queryForPaginatedList(String id, int pageSize) Deprecated.All paginated list features have been deprecatedSqlMapSessionImpl.queryForPaginatedList(String id, Object paramObject, int pageSize) Deprecated.All paginated list features have been deprecated -
Uses of PaginatedList in com.ibatis.sqlmap.engine.mapping.statement
Classes in com.ibatis.sqlmap.engine.mapping.statement that implement PaginatedListModifier and TypeClassDescriptionclassDeprecated.All paginated list features have been deprecated