P
- type of model persistent object.T
- type of the transport object.F
- type of the associated filter.public class DaoDeleteQuery<P extends Storable<?>,T extends Transportable<? super T,?>,F> extends WriteQuery<Long>
Constructor and Description |
---|
DaoDeleteQuery(F filter,
Dao<?,P,T,F,?> dao)
Creates a delete query.
|
Modifier and Type | Method and Description |
---|---|
protected Long |
execute(DataStoreContext context)
Executes the query.
|
execute
protected Long execute(DataStoreContext context)
WriteQuery
execute
in class WriteQuery<Long>
context
- data store context.Copyright © 2015. All Rights Reserved.