Uses of Interface
org.apache.openjpa.persistence.query.Subquery
Packages that use Subquery
-
Uses of Subquery in org.apache.openjpa.persistence.query
Subinterfaces of Subquery in org.apache.openjpa.persistence.queryModifier and TypeInterfaceDescriptioninterfaceDomain objects define the domain over which a query operates.interfaceInterface for construction of query definitionsClasses in org.apache.openjpa.persistence.query that implement SubqueryModifier and TypeClassDescriptionclassDomain Object is a path expression over which query is evaluated.classDenotes ENTRY(e) on a path.classDenotes a path used in fetch join.classPath resulting by joining from a parent path via an attribute.classDenotes KEY(e) Expression.classA path resulting from KEY() or VALUE() operation on an existing path.classImplements QueryDefinition.classDenotes root domain instance representing a persistent type.classDenotes VALUE(e) Expression.Methods in org.apache.openjpa.persistence.query that return SubqueryModifier and TypeMethodDescriptionAbstractDomainObject.all()Derives this path as ALL(subquery) to its owning query.QueryDefinition.all()Use the query definition object in a subquery in an all expression.QueryDefinitionImpl.all()AbstractDomainObject.any()Adds this path as ANY(subquery) to its owning query.QueryDefinition.any()Use the query definition object in a subquery in an any expression.QueryDefinitionImpl.any()AbstractDomainObject.some()Adds this path as SOME(subquery) to its owning query.QueryDefinition.some()Use the query definition object in a subquery in a some expression.QueryDefinitionImpl.some()Methods in org.apache.openjpa.persistence.query with parameters of type Subquery