Uses of Class
org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract

Packages that use QueryBuiltInAbstract
org.nakedobjects.metamodel.services.container.query   
 

Uses of QueryBuiltInAbstract in org.nakedobjects.metamodel.services.container.query
 

Subclasses of QueryBuiltInAbstract in org.nakedobjects.metamodel.services.container.query
 class QueryFindAllInstances<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.
 class QueryFindByPattern<T>
          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).
 class QueryFindByTitle<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.
 



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