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.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Treeorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.meta OpenJPA MetaModel -
-
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 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 Modifier and Type Method Description FilterListener
QueryCacheStoreQuery. getFilterListener(java.lang.String tag)
-
Uses of FilterListener in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return FilterListener Modifier and Type Method Description FilterListener
JDBCStoreQuery. getFilterListener(java.lang.String tag)
-
Uses of FilterListener in org.apache.openjpa.jdbc.kernel.exps
Subinterfaces of FilterListener in org.apache.openjpa.jdbc.kernel.exps Modifier and Type Interface Description interface
JDBCFilterListener
JDBC extension to theFilterListener
.Classes in org.apache.openjpa.jdbc.kernel.exps that implement FilterListener Modifier and Type Class Description class
GetColumn
Returns the SQL alias of the named column for use in a query.class
JDBCStringContains
Deprecated.Usematches()
instead.class
JDBCWildcardMatch
Deprecated.Usematches()
instead.class
SQLEmbed
Simple listener which embeds its SQL argument into the query.class
SQLExpression
Deprecated.UseSQLEmbed
directlyclass
SQLValue
Deprecated.UseSQLEmbed
directlyMethods in org.apache.openjpa.jdbc.kernel.exps with parameters of type FilterListener Modifier and Type Method Description Value
JDBCExpressionFactory. newExtension(FilterListener listener, Value target, Value arg)
-
Uses of FilterListener in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return FilterListener Modifier and Type Method Description FilterListener
AbstractStoreQuery. getFilterListener(java.lang.String tag)
FilterListener
DelegatingQuery. getFilterListener(java.lang.String tag)
FilterListener
ExpressionStoreQuery. getFilterListener(java.lang.String tag)
FilterListener
QueryContext. getFilterListener(java.lang.String tag)
Return the filter listener for the given tag, or null.FilterListener
QueryImpl. getFilterListener(java.lang.String tag)
FilterListener
StoreQuery. getFilterListener(java.lang.String tag)
Return the standard filter listener for the given tag, or null.static FilterListener
Filters. hintToFilterListener(java.lang.Object hint, java.lang.ClassLoader loader)
Convert the user-given hint value to a filter listener.static FilterListener[]
Filters. hintToFilterListeners(java.lang.Object hint, java.lang.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 java.util.Collection<FilterListener>
QueryContext. getFilterListeners()
The set of filter listeners.java.util.Collection<FilterListener>
QueryImpl. getFilterListeners()
Methods in org.apache.openjpa.kernel with parameters of type FilterListener Modifier and Type Method Description void
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 FilterListener Modifier and Type Class Description class
StringContains
Deprecated.Usematches()
instead.class
WildcardMatch
Deprecated.Usematches()
instead.Methods in org.apache.openjpa.kernel.exps that return FilterListener Modifier and Type Method Description FilterListener
Resolver. getFilterListener(java.lang.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 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)
-
Uses of FilterListener in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence with parameters of type FilterListener Modifier and Type Method Description OpenJPAQuery<X>
OpenJPAQuery. addFilterListener(FilterListener listener)
Deprecated.cast toQueryImpl
instead.OpenJPAQuery<X>
OpenJPAQuerySPI. addFilterListener(FilterListener listener)
Register a filter listener for the query.OpenJPAQuery<X>
QueryImpl. addFilterListener(FilterListener listener)
OpenJPAQuery<X>
OpenJPAQuery. removeFilterListener(FilterListener listener)
Deprecated.cast toQueryImpl
instead.OpenJPAQuery<X>
OpenJPAQuerySPI. removeFilterListener(FilterListener listener)
Remove a filter listener from the query.OpenJPAQuery<X>
QueryImpl. removeFilterListener(FilterListener listener)
-
Uses of FilterListener in org.apache.openjpa.persistence.meta
Methods in org.apache.openjpa.persistence.meta that return FilterListener Modifier and Type Method Description FilterListener
MetamodelImpl. getFilterListener(java.lang.String tag)
-