org.nakedobjects.runtime.persistence.query
Interface PersistenceQuery

All Known Subinterfaces:
PersistenceQueryBuiltIn
All Known Implementing Classes:
PersistenceQueryAbstract, PersistenceQueryBuiltInAbstract, PersistenceQueryFindAllInstances, PersistenceQueryFindByPattern, PersistenceQueryFindByTitle, PersistenceQueryFindUsingApplibQueryDefault, PersistenceQueryFindUsingApplibQuerySerializable

public interface PersistenceQuery

Defines a criteria for including instances in set, corresponds to Query in the applib.


Method Summary
 NakedObjectSpecification getSpecification()
          The type of instances in the resulting set.
 

Method Detail

getSpecification

NakedObjectSpecification getSpecification()
The type of instances in the resulting set.



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