Uses of Interface
org.apache.openjpa.kernel.exps.AggregateListener
-
Packages that use AggregateListener 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 AggregateListener in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return AggregateListener Modifier and Type Method Description AggregateListener[]OpenJPAConfiguration. getAggregateListenerInstances()Return the query function listeners.AggregateListener[]OpenJPAConfigurationImpl. getAggregateListenerInstances()Methods in org.apache.openjpa.conf with parameters of type AggregateListener Modifier and Type Method Description voidOpenJPAConfiguration. setAggregateListeners(AggregateListener[] listeners)Set the query function listeners.voidOpenJPAConfigurationImpl. setAggregateListeners(AggregateListener[] listeners) -
Uses of AggregateListener in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache that return AggregateListener Modifier and Type Method Description AggregateListenerQueryCacheStoreQuery. getAggregateListener(String tag) -
Uses of AggregateListener in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return AggregateListener Modifier and Type Method Description AggregateListenerAbstractStoreQuery. getAggregateListener(String tag)AggregateListenerDelegatingQuery. getAggregateListener(String tag)AggregateListenerQueryContext. getAggregateListener(String tag)Return the filter listener for the given tag, or null.AggregateListenerQueryImpl. getAggregateListener(String tag)AggregateListenerStoreQuery. getAggregateListener(String tag)Return the standard filter listener for the given tag, or null.static AggregateListenerFilters. hintToAggregateListener(Object hint, ClassLoader loader)Convert the user-given hint value to an aggregate listener.static AggregateListener[]Filters. hintToAggregateListeners(Object hint, ClassLoader loader)Convert the user-given hint value to an array of aggregate listeners.Methods in org.apache.openjpa.kernel that return types with arguments of type AggregateListener Modifier and Type Method Description Collection<AggregateListener>QueryContext. getAggregateListeners()The set of aggregate listeners.Collection<AggregateListener>QueryImpl. getAggregateListeners()Methods in org.apache.openjpa.kernel with parameters of type AggregateListener Modifier and Type Method Description voidDelegatingQuery. addAggregateListener(AggregateListener listener)voidQuery. addAggregateListener(AggregateListener listener)Register an aggregate listener for the query.voidQueryImpl. addAggregateListener(AggregateListener listener)voidDelegatingQuery. removeAggregateListener(AggregateListener listener)voidQuery. removeAggregateListener(AggregateListener listener)Remove an aggregate listener from the query.voidQueryImpl. removeAggregateListener(AggregateListener listener) -
Uses of AggregateListener in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return AggregateListener Modifier and Type Method Description AggregateListenerResolver. getAggregateListener(String tag)Return the function listener for the given tag, or null if none.Methods in org.apache.openjpa.kernel.exps with parameters of type AggregateListener Modifier and Type Method Description ValueExpressionFactory. newAggregate(AggregateListener listener, Value args)Return the value of the given function.ValueInMemoryExpressionFactory. newAggregate(AggregateListener listener, Value arg)
-