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 newQuerywith the given candidate class from a named query.PersistenceManager.newQuery()Create a newQuerywith no elements.Create a newQueryspecifying theClassof the candidate instances.Create a newQuerywith theClassof the candidate instances and filter.PersistenceManager.newQuery(Class cls, Collection cln) Create a newQuerywith the candidateClassandCollection.PersistenceManager.newQuery(Class cls, Collection cln, String filter) Create a newQuerywith theClassof the candidate instances, candidateCollection, and filter.Create a newQueryusing elements from anotherQuery.Create a Construct a new query instance using the specified String as the single-string representation of the query.Create a newQueryusing the specified language.Create a newQuerywith theClassof the candidate instances and candidateExtent.Create a newQuerywith the candidateExtentand filter; the class is taken from theExtent.Modifier and TypeMethodDescriptionvoidQuery.addSubquery(Query sub, String variableDeclaration, String candidateCollectionExpression) Add a subquery to this query.voidQuery.addSubquery(Query sub, String variableDeclaration, String candidateCollectionExpression, String parameter) Add a subquery to this query.voidQuery.addSubquery(Query sub, String variableDeclaration, String candidateCollectionExpression, String... parameters) Add a subquery to this query.voidQuery.addSubquery(Query sub, String variableDeclaration, String candidateCollectionExpression, Map parameters) Add a subquery to this query.