Uses of Interface
com.sun.jdo.api.persistence.support.Query
-
Uses of Query in com.sun.jdo.api.persistence.support
Methods in com.sun.jdo.api.persistence.support that return QueryModifier and TypeMethodDescriptionPersistenceManager.newQuery()Create a new Query with no elements.Create a new Query specifying the Class of the candidate instances.Create a new Query with the Class of the candidate instances and Filter.PersistenceManager.newQuery(Class cls, Collection cln) Create a new Query with the Class of the candidate instances and candidate Collection.PersistenceManager.newQuery(Class cls, Collection cln, String filter) Create a new Query with the Class of the candidate instances, candidate Collection, and Filter.Create a new Query using elements from another Query.