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 TypeInterfaceDescriptioninterface
Domain objects define the domain over which a query operates.interface
Interface for construction of query definitionsClasses in org.apache.openjpa.persistence.query that implement SubqueryModifier and TypeClassDescriptionclass
Domain Object is a path expression over which query is evaluated.class
Denotes ENTRY(e) on a path.class
Denotes a path used in fetch join.class
Path resulting by joining from a parent path via an attribute.class
Denotes KEY(e) Expression.class
A path resulting from KEY() or VALUE() operation on an existing path.class
Implements QueryDefinition.class
Denotes root domain instance representing a persistent type.class
Denotes 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