Uses of Interface
org.apache.openjpa.conf.OpenJPAConfiguration

Packages that use OpenJPAConfiguration
org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation 
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.enhance OpenJPA Enhancer 
org.apache.openjpa.event OpenJPA Events 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
org.apache.openjpa.util OpenJPA Utilities 
org.apache.openjpa.xmlstore XML Store 
 

Uses of OpenJPAConfiguration in org.apache.openjpa.abstractstore
 

Methods in org.apache.openjpa.abstractstore that return OpenJPAConfiguration
protected  OpenJPAConfiguration AbstractStoreManager.newConfiguration()
          Return a new configuration instance for this runtime.
 

Constructors in org.apache.openjpa.abstractstore with parameters of type OpenJPAConfiguration
AbstractStoreBrokerFactory(OpenJPAConfiguration conf, String storeCls, String storeProps, String platform)
          Construct the factory with the given settings.
 

Uses of OpenJPAConfiguration in org.apache.openjpa.conf
 

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

Uses of OpenJPAConfiguration in org.apache.openjpa.datacache
 

Fields in org.apache.openjpa.datacache declared as OpenJPAConfiguration
protected  OpenJPAConfiguration AbstractQueryCache.conf
          The configuration set by the system.
protected  OpenJPAConfiguration AbstractDataCache.conf
          The configuration set by the system.
 

Methods in org.apache.openjpa.datacache with parameters of type OpenJPAConfiguration
 void DataCacheManagerImpl.initialize(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache)
           
 void DataCacheManager.initialize(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache)
          Initialize the manager, supplying the cache configuration.
 

Constructors in org.apache.openjpa.datacache with parameters of type OpenJPAConfiguration
DataCachePCDataGenerator(OpenJPAConfiguration conf)
           
DataCacheScheduler(OpenJPAConfiguration conf)
           
 

Uses of OpenJPAConfiguration in org.apache.openjpa.enhance
 

Methods in org.apache.openjpa.enhance that return OpenJPAConfiguration
 OpenJPAConfiguration PCDataGenerator.getConfiguration()
          Return the configuration.
 

Methods in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration
static boolean ApplicationIdTool.run(OpenJPAConfiguration conf, String[] args, ApplicationIdTool.Flags flags, ClassLoader loader)
          Run the tool.
static boolean PCEnhancer.run(OpenJPAConfiguration conf, String[] args, Options opts)
          Run the tool.
static boolean ApplicationIdTool.run(OpenJPAConfiguration conf, String[] args, Options opts)
          Run the application id tool with the given command-line and given configuration.
static boolean PCEnhancer.run(OpenJPAConfiguration conf, String[] args, PCEnhancer.Flags flags, MetaDataRepository repos, BytecodeWriter writer, ClassLoader loader)
          Enhance the given classes.
 

Constructors in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration
ApplicationIdTool(OpenJPAConfiguration conf, Class type)
          Constructs a new ApplicationIdTool capable of generating an object id class for type.
ApplicationIdTool(OpenJPAConfiguration conf, Class type, ClassMetaData meta)
          Constructs a new tool instance capable of generating an object id class for meta.
CodeGenerator(OpenJPAConfiguration conf, Class type)
          Constructor.
PCDataGenerator(OpenJPAConfiguration conf)
           
PCEnhancer(OpenJPAConfiguration conf, serp.bytecode.BCClass type, ClassMetaData meta)
          Constructor.
PCEnhancer(OpenJPAConfiguration conf, serp.bytecode.BCClass type, MetaDataRepository repos)
          Constructor.
PCEnhancer(OpenJPAConfiguration conf, Class type)
          Constructor.
PCEnhancer(OpenJPAConfiguration conf, ClassMetaData type)
          Constructor.
 

Uses of OpenJPAConfiguration in org.apache.openjpa.event
 

Constructors in org.apache.openjpa.event with parameters of type OpenJPAConfiguration
RemoteCommitEventManager(OpenJPAConfiguration conf)
          Constructor.
 

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

Subinterfaces of OpenJPAConfiguration in org.apache.openjpa.jdbc.conf
 interface JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

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

Uses of OpenJPAConfiguration in org.apache.openjpa.jdbc.meta.strats
 

Methods in org.apache.openjpa.jdbc.meta.strats with parameters of type OpenJPAConfiguration
protected abstract  Proxy StoreCollectionFieldStrategy.newLRSProxy(OpenJPAConfiguration conf)
          Return a large result set proxy for this field.
protected  Proxy RelationMapTableFieldStrategy.newLRSProxy(OpenJPAConfiguration conf)
           
protected  Proxy RelationMapInverseKeyFieldStrategy.newLRSProxy(OpenJPAConfiguration conf)
           
protected  Proxy RelationCollectionTableFieldStrategy.newLRSProxy(OpenJPAConfiguration conf)
           
protected  Proxy RelationCollectionInverseKeyFieldStrategy.newLRSProxy(OpenJPAConfiguration conf)
           
 

Constructors in org.apache.openjpa.jdbc.meta.strats with parameters of type OpenJPAConfiguration
LRSProxyCollection(LRSCollectionFieldStrategy strat, OpenJPAConfiguration conf)
           
 

Uses of OpenJPAConfiguration in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return OpenJPAConfiguration
 OpenJPAConfiguration StoreContext.getConfiguration()
          Return the configuration associated with this context.
 OpenJPAConfiguration DelegatingBrokerFactory.getConfiguration()
           
 OpenJPAConfiguration DelegatingBroker.getConfiguration()
           
 OpenJPAConfiguration BrokerImpl.getConfiguration()
           
 OpenJPAConfiguration BrokerFactory.getConfiguration()
          Return the configuration for this factory.
 OpenJPAConfiguration AbstractBrokerFactory.getConfiguration()
          Return the configuration for this factory.
 

Methods in org.apache.openjpa.kernel with parameters of type OpenJPAConfiguration
static AbstractBrokerFactory AbstractBrokerFactory.getPooledFactory(OpenJPAConfiguration conf)
          Return the pooled factory matching the given configuration, or null if none.
 

Constructors in org.apache.openjpa.kernel with parameters of type OpenJPAConfiguration
AbstractBrokerFactory(OpenJPAConfiguration config)
          Constructor.
 

Uses of OpenJPAConfiguration in org.apache.openjpa.kernel.exps
 

Methods in org.apache.openjpa.kernel.exps that return OpenJPAConfiguration
 OpenJPAConfiguration Resolver.getConfiguration()
          Return the OpenJPA configuration.
 

Uses of OpenJPAConfiguration in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta that return OpenJPAConfiguration
 OpenJPAConfiguration MetaDataRepository.getConfiguration()
          Return the configuration for the repository.
 

Methods in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration
static boolean MetaDataTool.run(OpenJPAConfiguration conf, String[] args, MetaDataTool.Flags flags, MetaDataRepository repos, ClassLoader loader)
          Run the tool.
static boolean MetaDataTool.run(OpenJPAConfiguration conf, String[] args, Options opts)
          Run the tool.
 

Constructors in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration
MetaDataTool(OpenJPAConfiguration conf, String action)
          Constructor.
 

Uses of OpenJPAConfiguration in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return OpenJPAConfiguration
 OpenJPAConfiguration XMLPersistenceMetaDataSerializer.getConfiguration()
          Configuration.
 OpenJPAConfiguration XMLPersistenceMetaDataParser.getConfiguration()
          Configuration supplied on construction.
 OpenJPAConfiguration OpenJPAEntityManagerFactory.getConfiguration()
          Return the configuration for this factory.
 OpenJPAConfiguration OpenJPAEntityManager.getConfiguration()
          Return the configuration associated with this entity manager.
 OpenJPAConfiguration EntityManagerImpl.getConfiguration()
           
 OpenJPAConfiguration EntityManagerFactoryImpl.getConfiguration()
           
 OpenJPAConfiguration AnnotationPersistenceMetaDataParser.getConfiguration()
          Configuration supplied on construction.
 

Constructors in org.apache.openjpa.persistence with parameters of type OpenJPAConfiguration
AnnotationPersistenceMetaDataParser(OpenJPAConfiguration conf)
          Constructor; supply configuration.
XMLPersistenceMetaDataParser(OpenJPAConfiguration conf)
          Constructor; supply configuration.
XMLPersistenceMetaDataSerializer(OpenJPAConfiguration conf)
          Constructor.
 

Uses of OpenJPAConfiguration in org.apache.openjpa.util
 

Fields in org.apache.openjpa.util declared as OpenJPAConfiguration
protected  OpenJPAConfiguration ProxyManagerImpl.conf
           
 

Methods in org.apache.openjpa.util with parameters of type OpenJPAConfiguration
 ProxyMap ProxyTreeMap.newInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyMap ProxyProperties.newInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyMap ProxyMap.newInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
          This method should return a new proxy of the same concrete type as the implementing class.
 ProxyMap ProxyHashtable.newInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyMap ProxyHashMap.newInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyCollection ProxyVector.newInstance(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyCollection ProxyTreeSet.newInstance(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyCollection ProxyLinkedList.newInstance(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyCollection ProxyHashSet.newInstance(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 ProxyCollection ProxyCollection.newInstance(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
          This method should return a new proxy of the same concrete type as the implementing class.
 ProxyCollection ProxyArrayList.newInstance(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
 

Constructors in org.apache.openjpa.util with parameters of type OpenJPAConfiguration
AbstractLRSProxyCollection(Class elementType, boolean ordered, OpenJPAConfiguration conf)
          Constructor.
AbstractLRSProxyMap(Class keyType, Class valueType, OpenJPAConfiguration conf)
           
CollectionChangeTrackerImpl(Collection coll, boolean dups, boolean order, OpenJPAConfiguration conf)
          Constructor.
Id(String str, OpenJPAConfiguration conf, ClassLoader brokerLoader)
          Create an id from the result of an OpenJPAId.toString() call on another instance.
MapChangeTrackerImpl(Map map, OpenJPAConfiguration conf)
          Constructor; supply delegate map.
ProxyArrayList(Class elementType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyHashMap(Class keyType, Class valueType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyHashSet(Class elementType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyHashtable(Class keyType, Class valueType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyLinkedList(Class elementType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyProperties(boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyTreeMap(Class keyType, Class valueType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyTreeMap(Class keyType, Class valueType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyTreeSet(Class elementType, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyTreeSet(Class elementType, Comparator compare, boolean trackChanges, OpenJPAConfiguration conf)
           
ProxyVector(Class elementType, boolean trackChanges, OpenJPAConfiguration conf)
           
 

Uses of OpenJPAConfiguration in org.apache.openjpa.xmlstore
 

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

Methods in org.apache.openjpa.xmlstore that return OpenJPAConfiguration
protected  OpenJPAConfiguration XMLStoreManager.newConfiguration()
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.