T - Type of the query resultP - Type of the persisted objectC - Context for query executionpublic class UpdateQuery<T extends TransportObject<? super T,?>,P extends Storable<?>,C> extends Object implements WriteQuery<T,C>
public T execute(C context) throws Exception
execute in interface WriteQuery<T extends TransportObject<? super T,?>,C>context - context to execute the query.NullPointerException - In case of context is null.Exception - Throws Exception in case of any error in query execute.Copyright © 2014. All Rights Reserved.