Package | Description |
---|---|
openbook.client | |
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.lib.jdbc |
Database Connectivity
Includes an implementation of the
DataSource APIs
around a normal JDBC 1.x driver. |
Modifier and Type | Class and Description |
---|---|
class |
SQLLogger
Logs SQL statement to a graphic console.
|
Modifier and Type | Method and Description |
---|---|
JDBCListener[] |
JDBCConfigurationImpl.getJDBCListenerInstances() |
JDBCListener[] |
JDBCConfiguration.getJDBCListenerInstances()
The
JDBCListener s to use. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfigurationImpl.setJDBCListeners(JDBCListener[] listeners) |
void |
JDBCConfiguration.setJDBCListeners(JDBCListener[] jdbcListeners)
The
JDBCListener s to use. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDBCListener
An abstract implementation of the
JDBCListener
listener. |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.