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