JDO Method
in javax.jdo.PersistenceManager

Query newQuery(
  Class cls, 
  Collection cln
)


Create a new Query with the candidate Class and Collection.
Parameters:
cls - the Class of results
cln - the Collection of candidate instances
Return:
the new Query
Since:
JDO 1.0