F - Type of filter object.C - Type of the context of the query. This varies with the
implementation of the application and the database used.public class CountQuery<F,C> extends Object implements ReadQuery<Long,C>
| Constructor and Description |
|---|
CountQuery(F filter,
Dao<?,?,?,F,?,C> dao)
Creates a Count query.
|
Copyright © 2014. All Rights Reserved.