newQuery(cls, cln, filter) - JDO PersistenceManager's method
Method
javax.jdo.PersistenceManager
Query newQuery(
Class cls,
Collection cln,
String filter
)
Query
with the
Class
of the candidate instances, candidate
Collection
, and filter.
- Parameters:
-
cls
- theClass
of candidate instances -
cln
- theCollection
of candidate instances -
filter
- the filter for candidate instances
- Returns:
-
the new
Query
- Since:
- JDO 1.0