Uses of Interface
net.ontopia.persistence.query.jdo.JDOAggregateIF
Packages that use JDOAggregateIF
Package
Description
Object model for representing JDOQL queries
Object model for representing SQL queries.
-
Uses of JDOAggregateIF in net.ontopia.persistence.query.jdo
Classes in net.ontopia.persistence.query.jdo that implement JDOAggregateIFFields in net.ontopia.persistence.query.jdo declared as JDOAggregateIFMethods in net.ontopia.persistence.query.jdo that return JDOAggregateIFMethods in net.ontopia.persistence.query.jdo with parameters of type JDOAggregateIFModifier and TypeMethodDescriptionvoidJDOQuery.addAscending(JDOAggregateIF aggregate) voidJDOQuery.addDescending(JDOAggregateIF aggregate) voidJDOQuery.addSelect(JDOAggregateIF aggregate) Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOAggregateIF -
Uses of JDOAggregateIF in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOAggregateIFModifier and TypeMethodDescriptionprotected SQLAggregateIFSQLBuilder.produceSelectSQLAggregateIF(JDOAggregateIF aggregate, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)