ObjectDB ObjectDB

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

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