ObjectDB ObjectDB

newQuery(cls, cln) - JDO PersistenceManager's method

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