mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#921 - Refactor internals - Change internal use of "findRowCount" to "findCount"
This commit is contained in:
@@ -86,7 +86,7 @@ public interface SpiQuery<T> extends Query<T> {
|
||||
/**
|
||||
* Find rowCount.
|
||||
*/
|
||||
ROWCOUNT,
|
||||
COUNT,
|
||||
|
||||
/**
|
||||
* A subquery used as part of a where clause.
|
||||
|
||||
Reference in New Issue
Block a user