#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
@@ -547,7 +547,8 @@ public interface EbeanServer {
/**
* Find using a PagingList with explicit transaction and pageSize.
*/
* @deprecated
*/
public <T> PagingList<T> findPagingList(Query<T> query, Transaction transaction, int pageSize);
/**
+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);