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