Uses of Interface
org.nakedobjects.runtime.persistence.query.PersistenceQuery

Packages that use PersistenceQuery
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.persistence Object Persistor API. 
org.nakedobjects.runtime.persistence.objectstore   
org.nakedobjects.runtime.persistence.query   
org.nakedobjects.runtime.persistence.services Used to specify the set of services (including repositories) to inject into domain objects. 
 

Uses of PersistenceQuery in org.nakedobjects.runtime.objectstore.inmemory
 

Methods in org.nakedobjects.runtime.objectstore.inmemory with parameters of type PersistenceQuery
 NakedObject[] InMemoryObjectStore.getInstances(PersistenceQuery persistenceQuery)
           
 

Uses of PersistenceQuery in org.nakedobjects.runtime.persistence
 

Methods in org.nakedobjects.runtime.persistence that return PersistenceQuery
protected  PersistenceQuery PersistenceSessionAbstract.createPersistenceQueryFor(Query<?> query, QueryCardinality cardinality)
          Converts the applib representation of a query into the NOF-internal representation.
 

Methods in org.nakedobjects.runtime.persistence with parameters of type PersistenceQuery
 NakedObject PersistenceSessionAbstract.findInstances(PersistenceQuery persistenceQuery)
           
 NakedObject PersistenceSessionLogger.findInstances(PersistenceQuery criteria)
           
 NakedObject PersistenceSessionContainer.findInstances(PersistenceQuery criteria)
          Finds and returns instances that match the specified PersistenceQuery.
protected abstract  NakedObject[] PersistenceSessionAbstract.getInstances(PersistenceQuery persistenceQuery)
           
 

Uses of PersistenceQuery in org.nakedobjects.runtime.persistence.objectstore
 

Methods in org.nakedobjects.runtime.persistence.objectstore with parameters of type PersistenceQuery
protected  NakedObject[] PersistenceSessionObjectStore.getInstances(PersistenceQuery persistenceQuery)
           
 NakedObject[] NakedObjectStoreLogger.getInstances(PersistenceQuery criteria)
           
 NakedObject[] NakedObjectStoreDelegating.getInstances(PersistenceQuery persistenceQuery)
           
 NakedObject[] ObjectStorePersistence.getInstances(PersistenceQuery persistenceQuery)
           
 

Uses of PersistenceQuery in org.nakedobjects.runtime.persistence.query
 

Subinterfaces of PersistenceQuery in org.nakedobjects.runtime.persistence.query
 interface PersistenceQueryBuiltIn
           
 

Classes in org.nakedobjects.runtime.persistence.query that implement PersistenceQuery
 class PersistenceQueryAbstract
           
 class PersistenceQueryBuiltInAbstract
          Corresponds to QueryBuiltInAbstract.
 class PersistenceQueryFindAllInstances
          Corresponds to QueryFindAllInstances
 class PersistenceQueryFindByPattern
          Corresponds to QueryFindByPattern.
 class PersistenceQueryFindByTitle
          Corresponds to QueryFindByTitle.
 class PersistenceQueryFindUsingApplibQueryDefault
          Corresponds to an object-store specific implementation of Query.
 class PersistenceQueryFindUsingApplibQuerySerializable
          Corresponds to an object-store specific implementation of Query.
 

Uses of PersistenceQuery in org.nakedobjects.runtime.persistence.services
 

Methods in org.nakedobjects.runtime.persistence.services with parameters of type PersistenceQuery
static java.util.List<java.lang.Object> RepositoryHelper.findByPersistenceQuery(PersistenceQuery persistenceQuery, java.lang.Class<?> cls)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.