ObjectDB ObjectDB

newQuery(cln) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
Query newQuery(
  Extent cln
)

Create a new Query with the Class of the candidate instances and candidate Extent.
Parameters:
cln - the Extent of candidate instances
Returns:
the new Query
Since:
JDO 1.0