Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpenJPAProductDerivation
Adds datastore based extension to ProductDerivation.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCProductDerivation
Sets JDBC as default store.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProductDerivation
Abstract no-op product derivation for easy extension.
|
Modifier and Type | Method and Description |
---|---|
static ProductDerivation[] |
ProductDerivations.getProductDerivations()
Return all the product derivations registered in the current classloader
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceProductDerivation
Sets JPA specification defaults and parses JPA specification XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCPersistenceProductDerivation
Sets JDBC-specific JPA specification defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductDerivation
Derives configuration for Slice.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.