P
- type of model persistent objectT
- type of the transport objectF
- type of the associated filterS
- type of the associated sort specification typepublic class DaoFindQuery<P extends Storable<?>,T extends Transportable<? super T,?>,F,S> extends ReadQuery<List<T>>
Constructor and Description |
---|
DaoFindQuery(F filter,
SortSpecification<S> sortSpec,
Dao<?,P,T,F,S> dao)
Creates a find query.
|
Modifier and Type | Method and Description |
---|---|
protected List<T> |
execute(DataStoreContext context)
Executes the query.
|
protected List<T> execute(DataStoreContext context)
ReadQuery
Copyright © 2015. All Rights Reserved.