Uses of Interface
javax.jdo.Query
Packages that use Query
-
Uses of Query in javax.jdo
Modifier and TypeMethodDescriptionPersistenceManager.newNamedQuery
(Class cls, String queryName) Create a newQuery
with the given candidate class from a named query.PersistenceManager.newQuery()
Create a newQuery
with no elements.Create a newQuery
specifying theClass
of the candidate instances.Create a newQuery
with theClass
of the candidate instances and filter.PersistenceManager.newQuery
(Class cls, Collection cln) Create a newQuery
with the candidateClass
andCollection
.PersistenceManager.newQuery
(Class cls, Collection cln, String filter) Create a newQuery
with theClass
of the candidate instances, candidateCollection
, and filter.Create a newQuery
using elements from anotherQuery
.Create a Construct a new query instance using the specified String as the single-string representation of the query.Create a newQuery
using the specified language.Create a newQuery
with theClass
of the candidate instances and candidateExtent
.Create a newQuery
with the candidateExtent
and filter; the class is taken from theExtent
.Modifier and TypeMethodDescriptionvoid
Query.addSubquery
(Query sub, String variableDeclaration, String candidateCollectionExpression) Add a subquery to this query.void
Query.addSubquery
(Query sub, String variableDeclaration, String candidateCollectionExpression, String parameter) Add a subquery to this query.void
Query.addSubquery
(Query sub, String variableDeclaration, String candidateCollectionExpression, String... parameters) Add a subquery to this query.void
Query.addSubquery
(Query sub, String variableDeclaration, String candidateCollectionExpression, Map parameters) Add a subquery to this query.