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.
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
org.apache.openjpa.lib.jdbc |
Database Connectivity
Includes an implementation of the
DataSource APIs
around a normal JDBC 1.x driver. |
Modifier and Type | Method and Description |
---|---|
ConnectionDecorator[] |
JDBCConfigurationImpl.getConnectionDecoratorInstances() |
ConnectionDecorator[] |
JDBCConfiguration.getConnectionDecoratorInstances()
The
ConnectionDecorator s to use. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfigurationImpl.setConnectionDecorators(ConnectionDecorator[] decorators) |
void |
JDBCConfiguration.setConnectionDecorators(ConnectionDecorator[] decorators)
The
ConnectionDecorator s to use. |
Modifier and Type | Method and Description |
---|---|
List<ConnectionDecorator> |
SimpleDriverDataSource.createConnectionDecorators() |
List<ConnectionDecorator> |
DriverDataSource.createConnectionDecorators()
Provide any built-in decorators; may be null.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDB2Dictionary
Base dictionary for the IBM DB2 family of databases.
|
class |
AbstractSQLServerDictionary
Dictionary for the SQL Server databases (Sybase and MS SQL Server).
|
class |
AccessDictionary
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC
FoxPro driver.
|
class |
CacheDictionary
Dictionary for Intersystems Cache.
|
class |
DB2Dictionary
Dictionary for IBM DB2 database.
|
class |
DBDictionary
Class which allows the creation of SQL dynamically, in a
database agnostic fashion.
|
class |
DerbyDictionary
Dictionary for Apache Derby (formerly Cloudscape).
|
class |
EmpressDictionary
Dictionary for Empress using ODBC server combined with their
type 2 driver.
|
class |
FirebirdDictionary
Dictionary for Firebird.
|
class |
FoxProDictionary
Dictionary for Visual FoxPro via DataDirect SequeLink
and DataDirect ODBC FoxPro driver.
|
class |
H2Dictionary
Dictionary for H2 (
http://www.h2database.com ). |
class |
HSQLDictionary
Dictionary for HyperSQL (HSQLDB) database.
|
class |
InformixDictionary
Dictionary for Informix database.
|
class |
IngresDictionary |
class |
InterbaseDictionary
Dictionary for Borland Interbase.
|
class |
JDataStoreDictionary
Dictionary for Borland JDataStore
|
class |
MariaDBDictionary |
class |
MaxDBDictionary
Database dictionary for using SAP's MaxDB.
|
class |
MySQLDictionary
Dictionary for MySQL.
|
class |
OracleDictionary
Dictionary for Oracle.
|
class |
PointbaseDictionary
Dictionary for Pointbase Embedded.
|
class |
PostgresDictionary
Dictionary for PostgreSQL.
|
class |
SolidDBDictionary
Dictionary for SolidDB database.
|
class |
SQLServerDictionary
Dictionary for Microsoft SQL Server.
|
class |
SybaseDictionary
Dictionary for Sybase.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfiguringConnectionDecorator
Connection decorator that can configure some properties of the
underlying connection.
|
class |
JDBCEventConnectionDecorator
Manages the firing of
JDBCEvent s. |
class |
LoggingConnectionDecorator
A
ConnectionDecorator that creates logging connections and
ReportingSQLException s. |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionDecorator> |
DecoratingDataSource.getDecorators()
Return a read-only list of connection decorators in the order they were
added.
|
Modifier and Type | Method and Description |
---|---|
void |
DecoratingDataSource.addDecorator(ConnectionDecorator decorator)
Add a connection decorator.
|
boolean |
DecoratingDataSource.removeDecorator(ConnectionDecorator decorator)
Remove a connection decorator.
|
Modifier and Type | Method and Description |
---|---|
void |
DecoratingDataSource.addDecorators(Collection<ConnectionDecorator> decorators)
Add multiple connection decorators efficiently.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.