Uses of Package
org.apache.openjpa.lib.conf

Packages that use org.apache.openjpa.lib.conf
org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation This package provides some infrastructure classes to help in the creation of OpenJPA drivers for new non-relational data stores. 
org.apache.openjpa.ant OpenJPA Ant Tasks Ant tasks for OpenJPA tools. 
org.apache.openjpa.audit OpenJPA Audit Facility Audit facility for OpenJPA. 
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.datacache OpenJPA Data Cache OpenJPA's data and query caching frameworks. 
org.apache.openjpa.ee OpenJPA Enterprise Extensions This package provides enterprise extensions to the OpenJPA runtime. 
org.apache.openjpa.event OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. 
org.apache.openjpa.instrumentation   
org.apache.openjpa.instrumentation.jmx   
org.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasks Ant tasks for JDBC OpenJPA tools. 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.jdbc.identifier   
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. 
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management This package provides utilities for managing the schema of persistent objects stored in a relational database. 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
org.apache.openjpa.kernel OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. 
org.apache.openjpa.lib.ant Ant Integration This package provides a foundation for basic Ant support. 
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.identifier   
org.apache.openjpa.lib.instrumentation   
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
org.apache.openjpa.meta OpenJPA Metadata This package provides an extendable framework for parsing and caching persistence metadata. 
org.apache.openjpa.persistence OpenJPA JPA This package provides an JPA facade to OpenJPA. 
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC JDBC-specific extensions to OpenJPA JPA runtime. 
org.apache.openjpa.persistence.validation   
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
org.apache.openjpa.validation   
org.apache.openjpa.xmlstore XML Store Simple XML store using the common OpenJPA runtime system as a front end. 
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.abstractstore
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.ant
ConfigurationImpl
          Default implementation of the Configuration interface.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.audit
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.conf
BooleanValue
          A boolean Value.
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
IntValue
          An int Value.
ObjectValue
          An object Value.
PluginListValue
          A list of plugins.
PluginValue
          A plugin Value consisting of plugin name and properties.
ProductDerivation
          Hooks for deriving products with additional functionality.
StringListValue
          A comma-separated list of string values.
StringValue
          A string Value.
Value
          A configuration value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.datacache
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
ObjectValue
          An object Value.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.ee
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.event
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
GenericConfigurable
          Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.instrumentation
PluginListValue
          A list of plugins.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.instrumentation.jmx
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.ant
ConfigurationImpl
          Default implementation of the Configuration interface.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.conf
AbstractProductDerivation
          Abstract no-op product derivation for easy extension.
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
IntValue
          An int Value.
ObjectValue
          An object Value.
PluginValue
          A plugin Value consisting of plugin name and properties.
ProductDerivation
          Hooks for deriving products with additional functionality.
StringListValue
          A comma-separated list of string values.
StringValue
          A string Value.
Value
          A configuration value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.identifier
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.kernel
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.meta
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
PluginValue
          A plugin Value consisting of plugin name and properties.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.schema
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.jdbc.sql
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.kernel
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.ant
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.conf
BooleanValue
          A boolean Value.
BootstrapException
          Exception recognized by bootstrap framework.
Configuration
          Interface for generic configuration objects.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
Configurations.Runnable
           
DoubleValue
          A double Value.
FileValue
          A File Value.
IntValue
          An int Value.
ObjectValue
          An object Value.
PluginListValue
          A list of plugins.
PluginValue
          A plugin Value consisting of plugin name and properties.
ProductDerivation
          Hooks for deriving products with additional functionality.
StringListValue
          A comma-separated list of string values.
StringValue
          A string Value.
Value
          A configuration value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.identifier
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.instrumentation
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.log
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
GenericConfigurable
          Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.meta
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
PluginValue
          A plugin Value consisting of plugin name and properties.
Value
          A configuration value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.persistence
AbstractProductDerivation
          Abstract no-op product derivation for easy extension.
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
GenericConfigurable
          Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
MapConfigurationProvider
          Simple configuration provider that sets configuration based on a provided map.
ObjectValue
          An object Value.
PluginValue
          A plugin Value consisting of plugin name and properties.
ProductDerivation
          Hooks for deriving products with additional functionality.
Value
          A configuration value.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.persistence.jdbc
AbstractProductDerivation
          Abstract no-op product derivation for easy extension.
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
GenericConfigurable
          Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
ProductDerivation
          Hooks for deriving products with additional functionality.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.persistence.validation
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.slice
AbstractProductDerivation
          Abstract no-op product derivation for easy extension.
Configuration
          Interface for generic configuration objects.
ProductDerivation
          Hooks for deriving products with additional functionality.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.slice.jdbc
BooleanValue
          A boolean Value.
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
PluginValue
          A plugin Value consisting of plugin name and properties.
StringListValue
          A comma-separated list of string values.
StringValue
          A string Value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.validation
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.xmlstore
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
ValueListener
          Components can listen on Value objects for changes directly.
 



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