Uses of Interface
org.apache.openjpa.kernel.exps.FilterListener
-
Packages that use FilterListener Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of FilterListener in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return FilterListener Modifier and Type Method Description FilterListener[]OpenJPAConfiguration. getFilterListenerInstances()Return the query filter listeners.FilterListener[]OpenJPAConfigurationImpl. getFilterListenerInstances()Methods in org.apache.openjpa.conf with parameters of type FilterListener Modifier and Type Method Description voidOpenJPAConfiguration. setFilterListeners(FilterListener[] listeners)Set the query filter listeners.voidOpenJPAConfigurationImpl. setFilterListeners(FilterListener[] listeners) -
Uses of FilterListener in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache that return FilterListener Modifier and Type Method Description FilterListenerQueryCacheStoreQuery. getFilterListener(String tag) -
Uses of FilterListener in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return FilterListener Modifier and Type Method Description FilterListenerAbstractStoreQuery. getFilterListener(String tag)FilterListenerDelegatingQuery. getFilterListener(String tag)FilterListenerExpressionStoreQuery. getFilterListener(String tag)FilterListenerQueryContext. getFilterListener(String tag)Return the filter listener for the given tag, or null.FilterListenerQueryImpl. getFilterListener(String tag)FilterListenerStoreQuery. getFilterListener(String tag)Return the standard filter listener for the given tag, or null.static FilterListenerFilters. 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 that return types with arguments of type FilterListener Modifier and Type Method Description Collection<FilterListener>QueryContext. getFilterListeners()The set of filter listeners.Collection<FilterListener>QueryImpl. getFilterListeners()Methods in org.apache.openjpa.kernel with parameters of type FilterListener Modifier and Type Method Description voidDelegatingQuery. addFilterListener(FilterListener listener)voidQuery. addFilterListener(FilterListener listener)Register a filter listener for the query.voidQueryImpl. addFilterListener(FilterListener listener)voidDelegatingQuery. removeFilterListener(FilterListener listener)voidQuery. removeFilterListener(FilterListener listener)Remove a filter listener from the query.voidQueryImpl. removeFilterListener(FilterListener listener) -
Uses of FilterListener in org.apache.openjpa.kernel.exps
Classes in org.apache.openjpa.kernel.exps that implement FilterListener Modifier and Type Class Description classStringContainsDeprecated.Usematches()instead.classWildcardMatchDeprecated.Usematches()instead.Methods in org.apache.openjpa.kernel.exps that return FilterListener Modifier and Type Method Description FilterListenerResolver. 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 Modifier and Type Method Description ValueExpressionFactory. newExtension(FilterListener listener, Value target, Value args)Return the value of the given extension.ValueInMemoryExpressionFactory. newExtension(FilterListener listener, Value target, Value arg)
-