Uses of Package
org.apache.openjpa.kernel.exps
-
Packages that use org.apache.openjpa.kernel.exps Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Treeorg.apache.openjpa.kernel.jpql JPA Query Language Supportorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.criteria OpenJPA Criteria Queryorg.apache.openjpa.persistence.meta OpenJPA MetaModelorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.conf Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.FilterListener A filter listener extends expression filters with custom functionality. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.datacache Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.FilterListener A filter listener extends expression filters with custom functionality. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.jdbc.kernel Class Description Context JPQL / Criteria Query ContextExpressionFactory The ExpressionFactory must be implemented by a particular runtime to formExpression
s in its native query language.ExpressionParser Parser for query languages that will be used by aExpressionQuery
.FilterListener A filter listener extends expression filters with custom functionality.QueryExpressions Struct to hold the state of a parsed expression query. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.jdbc.kernel.exps Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.Arguments Multiple arguments to a function call.CandidatePath A path represents a traversal into fields of a candidate object.Constant Interface for any query constant value.Context JPQL / Criteria Query ContextExpression Interface for a set of conditions that must be met for the query to be true.ExpressionFactory The ExpressionFactory must be implemented by a particular runtime to formExpression
s in its native query language.ExpressionVisitor Visits nodes of a query expression tree.FilterListener A filter listener extends expression filters with custom functionality.Literal Interface for any literal value.Parameter A query parameter.Path A path represents a traversal into fields of a candidate object.QueryExpressions Struct to hold the state of a parsed expression query.StringContains Deprecated.Usematches()
instead.Subquery Query value representing a subquery.Val An in-memory representation of aValue
.Value Interface for any non-operator in a query filter, including constants, variables, and object fields.WildcardMatch Deprecated.Usematches()
instead. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.jdbc.sql Class Description Context JPQL / Criteria Query ContextParameter A query parameter.Path A path represents a traversal into fields of a candidate object.Value Interface for any non-operator in a query filter, including constants, variables, and object fields. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.kernel Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.ExpressionFactory The ExpressionFactory must be implemented by a particular runtime to formExpression
s in its native query language.ExpressionParser Parser for query languages that will be used by aExpressionQuery
.FilterListener A filter listener extends expression filters with custom functionality.InMemoryExpressionFactory Expression factory implementation that can be used to execute queries in memory.QueryExpressions Struct to hold the state of a parsed expression query.Resolver A Resolver is used to resolve listeners and class or entity names that appear in a query.Value Interface for any non-operator in a query filter, including constants, variables, and object fields. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.kernel.exps Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.Arguments Multiple arguments to a function call.Constant Interface for any query constant value.Context JPQL / Criteria Query ContextExp An in-memory representation of anExpression
.Expression Interface for a set of conditions that must be met for the query to be true.ExpressionFactory The ExpressionFactory must be implemented by a particular runtime to formExpression
s in its native query language.ExpressionVisitor Visits nodes of a query expression tree.FilterListener A filter listener extends expression filters with custom functionality.Literal Interface for any literal value.Parameter A query parameter.Path A path represents a traversal into fields of a candidate object.QueryExpressions Struct to hold the state of a parsed expression query.Resolver A Resolver is used to resolve listeners and class or entity names that appear in a query.Subquery Query value representing a subquery.Val An in-memory representation of aValue
.Value Interface for any non-operator in a query filter, including constants, variables, and object fields. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.kernel.jpql Class Description AbstractExpressionBuilder Abstract base class to help build expressions.Expression Interface for a set of conditions that must be met for the query to be true.ExpressionFactory The ExpressionFactory must be implemented by a particular runtime to formExpression
s in its native query language.ExpressionParser Parser for query languages that will be used by aExpressionQuery
.QueryExpressions Struct to hold the state of a parsed expression query.Resolver A Resolver is used to resolve listeners and class or entity names that appear in a query.Value Interface for any non-operator in a query filter, including constants, variables, and object fields. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.persistence Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.FilterListener A filter listener extends expression filters with custom functionality. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.persistence.criteria Class Description ExpressionFactory The ExpressionFactory must be implemented by a particular runtime to formExpression
s in its native query language.ExpressionParser Parser for query languages that will be used by aExpressionQuery
.QueryExpressions Struct to hold the state of a parsed expression query.Value Interface for any non-operator in a query filter, including constants, variables, and object fields. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.persistence.meta Class Description AggregateListener An aggregate listener aggregates data produced by an ExpressionQuery.FilterListener A filter listener extends expression filters with custom functionality.Resolver A Resolver is used to resolve listeners and class or entity names that appear in a query. -
Classes in org.apache.openjpa.kernel.exps used by org.apache.openjpa.slice.jdbc Class Description QueryExpressions Struct to hold the state of a parsed expression query.