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 Query Modifier and Type Method Description QueryPersistenceManager. newQuery()Create a new Query with no elements.QueryPersistenceManager. newQuery(Class cls)Create a new Query specifying the Class of the candidate instances.QueryPersistenceManager. newQuery(Class cls, String filter)Create a new Query with the Class of the candidate instances and Filter.QueryPersistenceManager. newQuery(Class cls, Collection cln)Create a new Query with the Class of the candidate instances and candidate Collection.QueryPersistenceManager. newQuery(Class cls, Collection cln, String filter)Create a new Query with the Class of the candidate instances, candidate Collection, and Filter.QueryPersistenceManager. newQuery(Object compiled)Create a new Query using elements from another Query.
-