Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.jdbc.schema |
OpenJPA-JDBC Schema Management
This package provides utilities for managing the schema of
persistent objects stored in a relational database.
|
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.exps |
OpenJPA Expression Tree
|
org.apache.openjpa.kernel.jpql |
JPA Query Language Support
Allow any spec or store to use JPQL.
|
org.apache.openjpa.lib.util |
General Utilities
|
org.apache.openjpa.persistence.jest | |
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
This package provides an implementation of Metamodel API of JPA 2.0 Specification.
|
org.apache.openjpa.persistence.query |
OpenJPA Dynamic Query
This package provides dynamic query construction that are similar to weakly-typed Criteria API.
|
Modifier and Type | Field and Description |
---|---|
protected static Localizer |
SpecificationPlugin._loc |
Modifier and Type | Field and Description |
---|---|
protected static Localizer |
SimpleDriverDataSource._eloc |
protected static Localizer |
DataSourceFactory._eloc |
protected static Localizer |
SimpleDriverDataSource._loc |
protected static Localizer |
SchemaTool._loc |
Modifier and Type | Field and Description |
---|---|
static Localizer |
FillStrategy._loc |
Modifier and Type | Method and Description |
---|---|
protected abstract Localizer |
AbstractExpressionBuilder.getLocalizer()
Used for obtaining the
Localizer to use for translating
error messages. |
Modifier and Type | Method and Description |
---|---|
protected Localizer |
JPQLExpressionBuilder.getLocalizer() |
Modifier and Type | Method and Description |
---|---|
static Localizer |
Localizer.forPackage(Class<?> cls)
Return a Localizer instance that will access the properties file
in the package of the given class using the system default locale.
|
static Localizer |
Localizer.forPackage(Class<?> cls,
Locale locale)
Return a Localizer instance that will access the properties file
in the package of the given class using the given locale.
|
Modifier and Type | Field and Description |
---|---|
static Localizer |
JESTContext._loc |
protected static Localizer |
XMLFormatter._loc |
protected static Localizer |
JESTServlet._loc |
Modifier and Type | Field and Description |
---|---|
protected static Localizer |
Types._loc |
Modifier and Type | Field and Description |
---|---|
protected static Localizer |
QueryDefinitionImpl._loc |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.