Uses of Interface
javax.jdo.JDOQLTypedSubquery
Packages that use JDOQLTypedSubquery
-
Uses of JDOQLTypedSubquery in javax.jdo
Methods in javax.jdo that return JDOQLTypedSubqueryModifier and TypeMethodDescriptionJDOQLTypedSubquery.filter(BooleanExpression expr) Method to set the filter of the query.JDOQLTypedSubquery.groupBy(Expression<?>... exprs) Method to set the grouping(s) for the query.JDOQLTypedSubquery.having(Expression<?> expr) Method to set the having clause of the query.<S> JDOQLTypedSubquery<S> Method to return a subquery for use in this query.Method to return a subquery for use in this query using the same candidate class as this query.<E> JDOQLTypedSubquery<E> JDOQLTypedQuery.subquery(CollectionExpression<Collection<E>, E> candidateCollection, Class<E> candidate, String candidateAlias) Method to return a correlated subquery for use in this query.