Uses of Interface
org.apache.openjpa.kernel.exps.FilterListener

Packages that use FilterListener
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
 

Uses of FilterListener in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return FilterListener
 FilterListener[] OpenJPAConfiguration.getFilterListenerInstances()
          Return the query filter listeners.
 FilterListener[] OpenJPAConfigurationImpl.getFilterListenerInstances()
           
 

Methods in org.apache.openjpa.conf with parameters of type FilterListener
 void OpenJPAConfiguration.setFilterListeners(FilterListener[] listeners)
          Set the query filter listeners.
 void OpenJPAConfigurationImpl.setFilterListeners(FilterListener[] listeners)
           
 

Uses of FilterListener in org.apache.openjpa.datacache
 

Methods in org.apache.openjpa.datacache that return FilterListener
 FilterListener QueryCacheStoreQuery.getFilterListener(String tag)
           
 

Uses of FilterListener in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return FilterListener
 FilterListener QueryContext.getFilterListener(String tag)
          Return the filter listener for the given tag, or null.
 FilterListener StoreQuery.getFilterListener(String tag)
          Return the standard filter listener for the given tag, or null.
 FilterListener QueryImpl.getFilterListener(String tag)
           
 FilterListener AbstractStoreQuery.getFilterListener(String tag)
           
 FilterListener ExpressionStoreQuery.getFilterListener(String tag)
           
 FilterListener DelegatingQuery.getFilterListener(String tag)
           
static FilterListener Filters.hintToFilterListener(Object hint, ClassLoader loader)
          Convert the user-given hint value to a filter listener.
static FilterListener[] Filters.hintToFilterListeners(Object hint, ClassLoader loader)
          Convert the user-given hint value to an array of filter listeners.
 

Methods in org.apache.openjpa.kernel with parameters of type FilterListener
 void Query.addFilterListener(FilterListener listener)
          Register a filter listener for the query.
 void QueryImpl.addFilterListener(FilterListener listener)
           
 void DelegatingQuery.addFilterListener(FilterListener listener)
           
 void Query.removeFilterListener(FilterListener listener)
          Remove a filter listener from the query.
 void QueryImpl.removeFilterListener(FilterListener listener)
           
 void DelegatingQuery.removeFilterListener(FilterListener listener)
           
 

Uses of FilterListener in org.apache.openjpa.kernel.exps
 

Classes in org.apache.openjpa.kernel.exps that implement FilterListener
 class StringContains
          Deprecated. Use matches() instead.
 class WildcardMatch
          Deprecated. Use matches() instead.
 

Methods in org.apache.openjpa.kernel.exps that return FilterListener
 FilterListener Resolver.getFilterListener(String tag)
          Return the filter listener for the given tag, or null if none.
 

Methods in org.apache.openjpa.kernel.exps with parameters of type FilterListener
 Value ExpressionFactory.newExtension(FilterListener listener, Value target, Value args)
          Return the value of the given extension.
 Value InMemoryExpressionFactory.newExtension(FilterListener listener, Value target, Value arg)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.