A B C D E F G H I J L M N O P Q R S T U V W

Q

QueryBuiltInAbstract<T> - Class in org.nakedobjects.metamodel.services.container.query
Although (through this class) the subclasses implements Query and thus are meant to be Serializable, this isn't actually required of the built-in queries because they are all converted into corresponding PersistenceQuery in the runtime for remoting purposes.
QueryBuiltInAbstract(Class<T>) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract
 
QueryBuiltInAbstract(String) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract
 
QueryBuiltInAbstract(NakedObjectSpecification) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract
 
queryByExample() - Method in interface org.nakedobjects.metamodel.facets.properties.searchable.SearchableFacet
Whether this is a query by example search.
queryByExample() - Method in class org.nakedobjects.metamodel.facets.properties.searchable.SearchableFacetAbstract
 
QueryCardinality - Enum in org.nakedobjects.metamodel.services.container.query
 
QueryFindAllInstances<T> - Class in org.nakedobjects.metamodel.services.container.query
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.
QueryFindAllInstances(Class<T>) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryFindAllInstances
 
QueryFindAllInstances(String) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryFindAllInstances
 
QueryFindAllInstances(NakedObjectSpecification) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryFindAllInstances
 
QueryFindByPattern<T> - Class in org.nakedobjects.metamodel.services.container.query
Although implements Query and thus is ought to be Serializable, it will be converted into a PersistenceQuery in the runtime for remoting purposes and so does not need to be (and indeed isn't).
QueryFindByPattern(Class<T>, T) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryFindByPattern
 
QueryFindByTitle<T> - Class in org.nakedobjects.metamodel.services.container.query
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.
QueryFindByTitle(Class<T>, String) - Constructor for class org.nakedobjects.metamodel.services.container.query.QueryFindByTitle
 

A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.