Uses of Package
org.apache.openjpa.persistence.query
Packages that use org.apache.openjpa.persistence.query
Package
Description
OpenJPA JPA
OpenJPA Dynamic Query
-
Classes in org.apache.openjpa.persistence.query used by org.apache.openjpa.persistenceClassDescriptionBuilds dynamic queryFactory interface for query definition objectsInterface for construction of query definitions
-
Classes in org.apache.openjpa.persistence.query used by org.apache.openjpa.persistence.queryClassDescriptionDomain Object is a path expression over which query is evaluated.Type of the result of an aggregate operationA single expression that holds an array of values.Enumeration of conditional operator that operates on ordered pair of expression to generate a predicate.Enumeration of functional operator that operates on ordered pair of expression to generate another expression.An expression resulting from a binary operation on two expressions.Interface for the construction of case expressionsEnumerates conditional operator that operates on two predicates to generate another predicate.Domain objects define the domain over which a query operates.Instances of this interface can be used either as select list items or as predicate operands.Interface used for the result of a fetch join.Logical Predicate combines two predicates with a logical operator.Builds dynamic queryA path resulting from KEY() or VALUE() operation on an existing path.Instances of this interface can be used as orderBy arguments.Interface for operations over objects reached via pathsOperator that combines two components to form a path.Interface used to define compound predicates.Interface for constructing where-clause and having-clause conditions.Factory interface for query definition objectsThe factory for QueryDefinition.Interface for construction of query definitionsImplements QueryDefinition.Denotes a range used by e1 BETWEEN x AND y operation.SelectItem instances are used in specifying the query's select list.Instances of this interface can be used as subqueries.Used to specify the trimming of stringsEnumeration of operator that operates on a single expression to generate a predicate.Enumeration of operator that operates on a single expression to generate another expression.Enumeration of Operator that operate on a single expression.A expression that holds an array of Expressions.An element of query that is convertible to a JPQL String given a aliasing scheme.