Uses of Interface
org.apache.openjpa.persistence.query.Subquery
-
Packages that use Subquery Package Description org.apache.openjpa.persistence.query OpenJPA Dynamic Query -
-
Uses of Subquery in org.apache.openjpa.persistence.query
Subinterfaces of Subquery in org.apache.openjpa.persistence.query Modifier and Type Interface Description interfaceDomainObjectDomain objects define the domain over which a query operates.interfaceQueryDefinitionInterface for construction of query definitionsClasses in org.apache.openjpa.persistence.query that implement Subquery Modifier and Type Class Description classAbstractDomainObjectDomain Object is a path expression over which query is evaluated.classEntryExpressionDenotes ENTRY(e) on a path.classFetchPathDenotes a path used in fetch join.classJoinPathPath resulting by joining from a parent path via an attribute.classKeyExpressionDenotes KEY(e) Expression.classOperatorPathA path resulting from KEY() or VALUE() operation on an existing path.classQueryDefinitionImplImplements QueryDefinition.classRootPathDenotes root domain instance representing a persistent type.classValueExpressionDenotes VALUE(e) Expression.Methods in org.apache.openjpa.persistence.query that return Subquery Modifier and Type Method Description SubqueryAbstractDomainObject. all()Derives this path as ALL(subquery) to its owning query.SubqueryQueryDefinition. all()Use the query definition object in a subquery in an all expression.SubqueryQueryDefinitionImpl. all()SubqueryAbstractDomainObject. any()Adds this path as ANY(subquery) to its owning query.SubqueryQueryDefinition. any()Use the query definition object in a subquery in an any expression.SubqueryQueryDefinitionImpl. any()SubqueryAbstractDomainObject. some()Adds this path as SOME(subquery) to its owning query.SubqueryQueryDefinition. some()Use the query definition object in a subquery in a some expression.SubqueryQueryDefinitionImpl. some()Methods in org.apache.openjpa.persistence.query with parameters of type Subquery Modifier and Type Method Description PredicateExpression. in(Subquery subquery)Create a predicate for testing whether the expression value is a member of a subquery result.
-