ObjectDB ObjectDB

newQuery(cls) - JDO PersistenceManager's method

Method
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
Returns:
the new Query
Since:
JDO 1.0