Uses of Interface
org.apache.openjpa.lib.jdbc.JDBCListener
-
Packages that use JDBCListener Package Description openbook.client org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.jdbc Database Connectivity -
-
Uses of JDBCListener in openbook.client
Classes in openbook.client that implement JDBCListener Modifier and Type Class Description class
SQLLogger
Logs SQL statement to a graphic console. -
Uses of JDBCListener in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return JDBCListener Modifier and Type Method Description JDBCListener[]
JDBCConfiguration. getJDBCListenerInstances()
TheJDBCListener
s to use.JDBCListener[]
JDBCConfigurationImpl. getJDBCListenerInstances()
Methods in org.apache.openjpa.jdbc.conf with parameters of type JDBCListener Modifier and Type Method Description void
JDBCConfiguration. setJDBCListeners(JDBCListener[] jdbcListeners)
TheJDBCListener
s to use.void
JDBCConfigurationImpl. setJDBCListeners(JDBCListener[] listeners)
-
Uses of JDBCListener in org.apache.openjpa.lib.jdbc
Classes in org.apache.openjpa.lib.jdbc that implement JDBCListener Modifier and Type Class Description class
AbstractJDBCListener
An abstract implementation of theJDBCListener
listener.
-