T - Type of the Query result passed to business logicP - Type of query result which incurred while dao executes the query.F - Filter to findS - Sort specification for sort the resultC - Type of context to execute the query.public class FindQuery<T extends TransportObject<? super T,?>,P extends Storable<?>,F,S,C> extends Object implements ReadQuery<List<T>,C>
public List<T> execute(C context) throws Exception
execute in interface ReadQuery<List<T extends TransportObject<? super T,?>>,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.