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 classSQLLoggerLogs 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()TheJDBCListeners to use.JDBCListener[]JDBCConfigurationImpl. getJDBCListenerInstances()Methods in org.apache.openjpa.jdbc.conf with parameters of type JDBCListener Modifier and Type Method Description voidJDBCConfiguration. setJDBCListeners(JDBCListener[] jdbcListeners)TheJDBCListeners to use.voidJDBCConfigurationImpl. 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 classAbstractJDBCListenerAn abstract implementation of theJDBCListenerlistener.
-