Uses of Interface
org.prevayler.Query

Packages that use Query
org.prevayler   
org.prevayler.contrib.facade   
org.prevayler.implementation   
 

Uses of Query in org.prevayler
 

Methods in org.prevayler with parameters of type Query
<R> R
Prevayler.execute(Query<? super P,R> sensitiveQuery)
          Executes the given sensitiveQuery on the prevalentSystem().
 

Uses of Query in org.prevayler.contrib.facade
 

Classes in org.prevayler.contrib.facade that implement Query
 class ProxyQuery
          Proxy representation of a Prevayler Query
 

Uses of Query in org.prevayler.implementation
 

Classes in org.prevayler.implementation that implement Query
 class NullQuery
           
 

Methods in org.prevayler.implementation with parameters of type Query
<R> R
PrevaylerImpl.execute(Query<? super P,R> sensitiveQuery)
           
<R> R
PrevalentSystemGuard.executeQuery(Query<? super P,R> sensitiveQuery, Clock clock)
           
 



Copyright © 2001-2013. All Rights Reserved.