Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.kernel.jpql |
JPA Query Language Support
|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
Constructor and Description |
---|
JDBCStoreQuery(JDBCStore store,
ExpressionParser parser)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ExpressionParser |
ExpressionStoreQuery._parser |
Modifier and Type | Method and Description |
---|---|
static ExpressionParser |
QueryLanguages.parserForLanguage(String language)
Return the
ExpressionParser for language , or
null if no expression parser exists in the system for
the specified language. |
Constructor and Description |
---|
ExpressionStoreQuery.DataStoreExecutor(ExpressionStoreQuery q,
ClassMetaData meta,
boolean subclasses,
ExpressionParser parser,
Object parsed) |
ExpressionStoreQuery.InMemoryExecutor(ExpressionStoreQuery q,
ClassMetaData candidate,
boolean subclasses,
ExpressionParser parser,
Object parsed,
InMemoryExpressionFactory factory) |
ExpressionStoreQuery(ExpressionParser parser)
Construct a query with a parser for the language.
|
Modifier and Type | Class and Description |
---|---|
class |
JPQLParser
Parser for JPQL queries.
|
Modifier and Type | Class and Description |
---|---|
class |
CriteriaBuilderImpl
Factory for Criteria query expressions.
|
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.