|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCListener | |
---|---|
org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration |
org.apache.openjpa.lib.jdbc | Database Connectivity |
Uses of JDBCListener in org.apache.openjpa.jdbc.conf |
---|
Methods in org.apache.openjpa.jdbc.conf that return JDBCListener | |
---|---|
JDBCListener[] |
JDBCConfigurationImpl.getJDBCListenerInstances()
|
JDBCListener[] |
JDBCConfiguration.getJDBCListenerInstances()
The JDBCListener s to use. |
Methods in org.apache.openjpa.jdbc.conf with parameters of type JDBCListener | |
---|---|
void |
JDBCConfigurationImpl.setJDBCListeners(JDBCListener[] listeners)
|
void |
JDBCConfiguration.setJDBCListeners(JDBCListener[] jdbcListeners)
The JDBCListener s to use. |
Uses of JDBCListener in org.apache.openjpa.lib.jdbc |
---|
Classes in org.apache.openjpa.lib.jdbc that implement JDBCListener | |
---|---|
class |
AbstractJDBCListener
An abstract implementation of the JDBCListener
listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |