I - Id of the object that needs to be deleted.T - Type of the TransportObjectC - Type of Context to execute the query.public class DeleteQuery<I extends Serializable,T extends TransportObject<? super T,I>,C> extends Object implements WriteQuery<Boolean,C>
public Boolean execute(C context) throws Exception
execute in interface WriteQuery<Boolean,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.