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

Packages that use ValueListener
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. 
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.meta OpenJPA Metadata This package provides an extendable framework for parsing and caching persistence metadata. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
org.apache.openjpa.xmlstore XML Store Simple XML store using the common OpenJPA runtime system as a front end. 
 

Uses of ValueListener in org.apache.openjpa.conf
 

Classes in org.apache.openjpa.conf that implement ValueListener
 class OpenJPAConfigurationImpl
          Implementation of the OpenJPAConfiguration interface.
 class SpecificationPlugin
          A plug-in for Specification that enforces certain overwriting rules.
 

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
          A specialized configuration embodies a set of Slice configurations.
 

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–2013 Apache Software Foundation. All rights reserved.