Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.kernel.jpql |
JPA Query Language Support
Allow any spec or store to use JPQL.
|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
This package provides an implementation of Criteria API in JPA 2.0 Specification
and extended features such as Query-By-Example.
|
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 |
---|
DataStoreExecutor(ExpressionStoreQuery q,
ClassMetaData meta,
boolean subclasses,
ExpressionParser parser,
Object parsed) |
ExpressionStoreQuery(ExpressionParser parser)
Construct a query with a parser for the language.
|
InMemoryExecutor(ExpressionStoreQuery q,
ClassMetaData candidate,
boolean subclasses,
ExpressionParser parser,
Object parsed,
InMemoryExpressionFactory factory) |
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–2018 Apache Software Foundation. All rights reserved.