Query newQuery(
Class cls,
Collection cln,
String filter
)
Create a new
Query
with the Class
of the candidate instances, candidate Collection
, and filter. - Parameters:
cls
- theClass
of candidate instancescln
- theCollection
of candidate instancesfilter
- the filter for candidate instances
- Return:
- the new
Query
- Since:
- JDO 1.0