F - Filter to deleteC - Type of context to execute the query.public class DeleteQueryWithFilter<F,C> extends Object implements WriteQuery<Long,C>
| Constructor and Description |
|---|
DeleteQueryWithFilter(F filter,
Dao<?,?,?,F,?,C> dao)
Query to Delete entries with filter.
|
public Long execute(C context) throws Exception
execute in interface WriteQuery<Long,C>context - Context to execute the queryNullPointerException - In case of context is null.Exception - Throws Exception in case of any error in query execute.Copyright © 2014. All Rights Reserved.