Uses of Interface
org.apache.openjpa.lib.jdbc.JDBCListener

Packages that use JDBCListener
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. 
 

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 JDBCListeners 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 JDBCListeners 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.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.