org.apache.openjpa.jdbc.kernel.exps
Interface JDBCAggregateListener
- All Superinterfaces:
- org.apache.openjpa.kernel.exps.AggregateListener, java.io.Serializable
public interface JDBCAggregateListener
- extends org.apache.openjpa.kernel.exps.AggregateListener
JDBC extension to the AggregateListener.
- Author:
- Abe White
| Methods inherited from interface org.apache.openjpa.kernel.exps.AggregateListener |
evaluate, expectsArguments, getTag, getType |
appendTo
void appendTo(SQLBuffer buf,
FilterValue[] args,
ClassMapping mapping,
JDBCStore store)
- Append the SQL for this aggregate.
- Parameters:
buf - the SQL buffer to append toargs - the values of the arguments given in the filter, or
null if this listener doesn't expect argumentsmapping - the class mapping for the query's candidate classstore - the store that owns the query