Uses of Interface
org.apache.openjpa.kernel.exps.FilterListener
Packages that use FilterListener
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC Expression Tree
OpenJPA Runtime Kernel
OpenJPA Expression Tree
OpenJPA JPA
OpenJPA MetaModel
-
Uses of FilterListener in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return FilterListenerModifier and TypeMethodDescriptionOpenJPAConfiguration.getFilterListenerInstances()
Return the query filter listeners.OpenJPAConfigurationImpl.getFilterListenerInstances()
Methods in org.apache.openjpa.conf with parameters of type FilterListenerModifier and TypeMethodDescriptionvoid
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 -
Uses of FilterListener in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return FilterListener -
Uses of FilterListener in org.apache.openjpa.jdbc.kernel.exps
Subinterfaces of FilterListener in org.apache.openjpa.jdbc.kernel.expsClasses in org.apache.openjpa.jdbc.kernel.exps that implement FilterListenerModifier and TypeClassDescriptionclass
Returns the SQL alias of the named column for use in a query.class
Deprecated.class
Deprecated.Usematches()
instead.class
Simple listener which embeds its SQL argument into the query.class
Deprecated.UseSQLEmbed
directlyclass
Deprecated.UseSQLEmbed
directlyMethods in org.apache.openjpa.jdbc.kernel.exps with parameters of type FilterListenerModifier and TypeMethodDescriptionJDBCExpressionFactory.newExtension
(FilterListener listener, Value target, Value arg) -
Uses of FilterListener in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return FilterListenerModifier and TypeMethodDescriptionAbstractStoreQuery.getFilterListener
(String tag) DelegatingQuery.getFilterListener
(String tag) ExpressionStoreQuery.getFilterListener
(String tag) QueryContext.getFilterListener
(String tag) Return the filter listener for the given tag, or null.QueryImpl.getFilterListener
(String tag) StoreQuery.getFilterListener
(String tag) Return the standard filter listener for the given tag, or null.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 that return types with arguments of type FilterListenerModifier and TypeMethodDescriptionQueryContext.getFilterListeners()
The set of filter listeners.QueryImpl.getFilterListeners()
Methods in org.apache.openjpa.kernel with parameters of type FilterListenerModifier and TypeMethodDescriptionvoid
DelegatingQuery.addFilterListener
(FilterListener listener) void
Query.addFilterListener
(FilterListener listener) Register a filter listener for the query.void
QueryImpl.addFilterListener
(FilterListener listener) void
DelegatingQuery.removeFilterListener
(FilterListener listener) void
Query.removeFilterListener
(FilterListener listener) Remove a filter listener from the query.void
QueryImpl.removeFilterListener
(FilterListener listener) -
Uses of FilterListener in org.apache.openjpa.kernel.exps
Classes in org.apache.openjpa.kernel.exps that implement FilterListenerModifier and TypeClassDescriptionclass
Deprecated.Usematches()
instead.class
Deprecated.Usematches()
instead.Methods in org.apache.openjpa.kernel.exps that return FilterListenerModifier and TypeMethodDescriptionResolver.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 FilterListenerModifier and TypeMethodDescriptionExpressionFactory.newExtension
(FilterListener listener, Value target, Value args) Return the value of the given extension.InMemoryExpressionFactory.newExtension
(FilterListener listener, Value target, Value arg) -
Uses of FilterListener in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence with parameters of type FilterListenerModifier and TypeMethodDescriptionOpenJPAQuery.addFilterListener
(FilterListener listener) Deprecated.cast toQueryImpl
instead.OpenJPAQuerySPI.addFilterListener
(FilterListener listener) Register a filter listener for the query.QueryImpl.addFilterListener
(FilterListener listener) OpenJPAQuery.removeFilterListener
(FilterListener listener) Deprecated.cast toQueryImpl
instead.OpenJPAQuerySPI.removeFilterListener
(FilterListener listener) Remove a filter listener from the query.QueryImpl.removeFilterListener
(FilterListener listener) -
Uses of FilterListener in org.apache.openjpa.persistence.meta
Methods in org.apache.openjpa.persistence.meta that return FilterListener
matches()
instead.