Package | Description |
---|---|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
|
org.apache.openjpa.lib.jdbc |
Database Connectivity
|
Modifier and Type | Method and Description |
---|---|
JDBCListener[] |
JDBCConfiguration.getJDBCListenerInstances()
The
JDBCListener s to use. |
JDBCListener[] |
JDBCConfigurationImpl.getJDBCListenerInstances() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfiguration.setJDBCListeners(JDBCListener[] jdbcListeners)
The
JDBCListener s to use. |
void |
JDBCConfigurationImpl.setJDBCListeners(JDBCListener[] listeners) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDBCListener
An abstract implementation of the
JDBCListener
listener. |
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.