JDO Method
in javax.jdo.PersistenceManager

Query newQuery(
  Class cls
)


Create a new Query specifying the Class of the candidate instances.
Parameters:
cls - the Class of the candidate instances
Return:
the new Query
Since:
JDO 1.0