mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix for #95 - Deprecating - Query findFutureList() and SqlQuery findFutureList()
This commit is contained in:
@@ -595,6 +595,7 @@ public interface Query<T> extends Serializable {
|
||||
* </p>
|
||||
*
|
||||
* @return a Future object for the list result of the query
|
||||
* @deprecated
|
||||
*/
|
||||
public FutureList<T> findFutureList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user