Uses of Interface
org.apache.openjpa.lib.conf.ValueListener

Packages that use ValueListener
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.xmlstore XML Store 
 

Uses of ValueListener in org.apache.openjpa.conf
 

Classes in org.apache.openjpa.conf that implement ValueListener
 class OpenJPAConfigurationImpl
          Implementation of the OpenJPAConfiguration interface.
 

Uses of ValueListener in org.apache.openjpa.jdbc.conf
 

Classes in org.apache.openjpa.jdbc.conf that implement ValueListener
 class JDBCConfigurationImpl
          Default implementation of the JDBCConfiguration interface.
 

Uses of ValueListener in org.apache.openjpa.lib.conf
 

Classes in org.apache.openjpa.lib.conf that implement ValueListener
 class ConfigurationImpl
          Default implementation of the Configuration interface.
 

Methods in org.apache.openjpa.lib.conf that return ValueListener
 ValueListener Value.getListener()
          Listener for value changes.
 

Methods in org.apache.openjpa.lib.conf with parameters of type ValueListener
 void Value.setListener(ValueListener listen)
          Listener for value changes.
 

Uses of ValueListener in org.apache.openjpa.xmlstore
 

Classes in org.apache.openjpa.xmlstore that implement ValueListener
 class XMLConfiguration
          Configuration implementation for the XML file store.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.