Uses of Interface
org.spincast.plugins.jdbc.utils.ItemsAndTotalCount
Packages that use ItemsAndTotalCount
-
Uses of ItemsAndTotalCount in org.spincast.plugins.jdbc.statements
Methods in org.spincast.plugins.jdbc.statements that return ItemsAndTotalCountModifier and TypeMethodDescriptionprotected <T> ItemsAndTotalCount<T>
SelectStatementDefault.selectList
(ResultSetHandler<T> resultSetHandler, boolean getTotal) <T> ItemsAndTotalCount<T>
SelectStatement.selectListAndTotal
(ResultSetHandler<T> resultSetHandler) Executes the SELECT query but also returns the total of items.<T> ItemsAndTotalCount<T>
SelectStatementDefault.selectListAndTotal
(ResultSetHandler<T> resultSetHandler) -
Uses of ItemsAndTotalCount in org.spincast.plugins.jdbc.utils
Classes in org.spincast.plugins.jdbc.utils that implement ItemsAndTotalCount