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.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
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.jdbc.meta
 

Classes in org.apache.openjpa.jdbc.meta that implement ValueListener
 class ClassMapping
          Specialization of metadata for relational databases.
 

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 types with arguments of type ValueListener
 List<ValueListener> Value.getListeners()
          Gets unmodifable list of listeners for value changes.
 

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

Uses of ValueListener in org.apache.openjpa.meta
 

Classes in org.apache.openjpa.meta that implement ValueListener
 class ClassMetaData
          Contains metadata about a persistent type.
 

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

Classes in org.apache.openjpa.slice.jdbc that implement ValueListener
 class DistributedJDBCConfigurationImpl
          Implements a distributed configuration of JDBCStoreManagers.
 

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