org.nakedobjects.metamodel.services.container.query
Class QueryFindAllInstances<T>

java.lang.Object
  extended by org.nakedobjects.applib.query.QueryAbstract<T>
      extended by org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract<T>
          extended by org.nakedobjects.metamodel.services.container.query.QueryFindAllInstances<T>
All Implemented Interfaces:
java.io.Serializable, Query<T>

public class QueryFindAllInstances<T>
extends QueryBuiltInAbstract<T>

Although implements Query and thus is intended to be (and indeed is) Serializable, it will be converted into a PersistenceQuery in the runtime for remoting purposes.

See discussion in QueryBuiltInAbstract for further details.

See Also:
Serialized Form

Constructor Summary
QueryFindAllInstances(java.lang.Class<T> type)
           
QueryFindAllInstances(NakedObjectSpecification noSpec)
           
QueryFindAllInstances(java.lang.String typeName)
           
 
Method Summary
 java.lang.String getDescription()
           
 
Methods inherited from class org.nakedobjects.applib.query.QueryAbstract
getResultType, getResultTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFindAllInstances

public QueryFindAllInstances(java.lang.Class<T> type)

QueryFindAllInstances

public QueryFindAllInstances(java.lang.String typeName)

QueryFindAllInstances

public QueryFindAllInstances(NakedObjectSpecification noSpec)
Method Detail

getDescription

public java.lang.String getDescription()


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