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.
|
executeprotected Long execute(DataStoreContext context)
WriteQueryexecute in class WriteQuery<Long>context - data store context.Copyright © 2014. All Rights Reserved.