Package | Description |
---|---|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC 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.
|
Modifier and Type | Method and Description |
---|---|
DriverDataSource |
JDBCConfiguration.newDriverDataSourceInstance()
|
DriverDataSource |
JDBCConfigurationImpl.newDriverDataSourceInstance() |
Modifier and Type | Class and Description |
---|---|
class |
AutoDriverDataSource
Automatic Commons DBCP pooling or Simple non-pooling driver data source.
|
class |
DBCPDriverDataSource
Commons DBCP basic pooling driver data source.
|
class |
SimpleDriverDataSource
Non-pooling driver data source.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.