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.
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.
One of the core classes in the iBATIS database framework, the MappedStatement
represents an SQL statement that will have a parameter bean and/or result beans
mapped to it.