#96 - marking findPagingList() as deprecated

This commit is contained in:
Rob Bygrave
2014-04-27 01:52:44 +12:00
parent 0eb7139426
commit 5ba66e4d78
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -615,6 +615,7 @@ public interface Query<T> extends Serializable {
* @param pageSize
* the number of beans fetched per Page
*
* @deprecated
*/
public PagingList<T> findPagingList(int pageSize);