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



Copyright © 2012 GlassFish Community. All Rights Reserved.