JDO Method
in javax.jdo.PersistenceManager

Query newQuery(
  Extent cln, 
  String filter
)


Create a new Query with the candidate Extent and filter; the class is taken from the Extent.
Parameters:
cln - the Extent of candidate instances
filter - the filter for candidate instances
Return:
the new Query
Since:
JDO 1.0