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

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 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-2012 Apache Software Foundation. All Rights Reserved.