org.nakedobjects.metamodel.services.container.query
Class QueryFindAllInstances<T>
java.lang.Object
org.nakedobjects.applib.query.QueryAbstract<T>
org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract<T>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryFindAllInstances
public QueryFindAllInstances(java.lang.Class<T> type)
QueryFindAllInstances
public QueryFindAllInstances(java.lang.String typeName)
QueryFindAllInstances
public QueryFindAllInstances(NakedObjectSpecification noSpec)
getDescription
public java.lang.String getDescription()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.