|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.kernel | OpenJPA Runtime Kernel |
org.apache.openjpa.kernel.exps | OpenJPA Expression Tree |
org.apache.openjpa.meta | OpenJPA Metadata |
org.apache.openjpa.util | OpenJPA Utilities |
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,
java.lang.String storeCls,
java.lang.String storeProps,
java.lang.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 |
AbstractDataCache.conf
The configuration set by the system. |
protected OpenJPAConfiguration |
AbstractQueryCache.conf
The configuration set by the system. |
Methods in org.apache.openjpa.datacache with parameters of type OpenJPAConfiguration | |
---|---|
void |
DataCacheManager.initialize(OpenJPAConfiguration conf,
org.apache.openjpa.lib.conf.ObjectValue dataCache,
org.apache.openjpa.lib.conf.ObjectValue queryCache)
Initialize the manager, supplying the cache configuration. |
void |
DataCacheManagerImpl.initialize(OpenJPAConfiguration conf,
org.apache.openjpa.lib.conf.ObjectValue dataCache,
org.apache.openjpa.lib.conf.ObjectValue queryCache)
|
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,
java.lang.String[] args,
ApplicationIdTool.Flags flags,
java.lang.ClassLoader loader)
Run the tool. |
static boolean |
ApplicationIdTool.run(OpenJPAConfiguration conf,
java.lang.String[] args,
org.apache.openjpa.lib.util.Options opts)
Run the application id tool with the given command-line and given configuration. |
static boolean |
PCEnhancer.run(OpenJPAConfiguration conf,
java.lang.String[] args,
org.apache.openjpa.lib.util.Options opts)
Run the tool. |
static boolean |
PCEnhancer.run(OpenJPAConfiguration conf,
java.lang.String[] args,
PCEnhancer.Flags flags,
MetaDataRepository repos,
org.apache.openjpa.lib.util.BytecodeWriter writer,
java.lang.ClassLoader loader)
Enhance the given classes. |
Constructors in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration | |
---|---|
ApplicationIdTool(OpenJPAConfiguration conf,
java.lang.Class type)
Constructs a new ApplicationIdTool capable of generating an object id class for type . |
|
ApplicationIdTool(OpenJPAConfiguration conf,
java.lang.Class type,
ClassMetaData meta)
Constructs a new tool instance capable of generating an object id class for meta . |
|
CodeGenerator(OpenJPAConfiguration conf,
java.lang.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)
Deprecated. use PCEnhancer.PCEnhancer(OpenJPAConfiguration, BCClass,
MetaDataRepository, ClassLoader) instead. |
|
PCEnhancer(OpenJPAConfiguration conf,
serp.bytecode.BCClass type,
MetaDataRepository repos,
java.lang.ClassLoader loader)
Constructor. |
|
PCEnhancer(OpenJPAConfiguration conf,
java.lang.Class type)
Constructor. |
|
PCEnhancer(OpenJPAConfiguration conf,
ClassMetaData type)
Constructor. |
|
ReflectingPersistenceCapable(java.lang.Object o,
OpenJPAConfiguration conf)
|
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.kernel |
---|
Methods in org.apache.openjpa.kernel that return OpenJPAConfiguration | |
---|---|
OpenJPAConfiguration |
AbstractBrokerFactory.getConfiguration()
Return the configuration for this factory. |
OpenJPAConfiguration |
BrokerFactory.getConfiguration()
Return the configuration for this factory. |
OpenJPAConfiguration |
StoreContext.getConfiguration()
Return the configuration associated with this context. |
OpenJPAConfiguration |
BrokerImpl.getConfiguration()
|
OpenJPAConfiguration |
DelegatingBroker.getConfiguration()
|
OpenJPAConfiguration |
DelegatingBrokerFactory.getConfiguration()
|
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,
java.lang.String[] args,
MetaDataTool.Flags flags,
MetaDataRepository repos,
java.lang.ClassLoader loader)
Run the tool. |
static boolean |
MetaDataTool.run(OpenJPAConfiguration conf,
java.lang.String[] args,
org.apache.openjpa.lib.util.Options opts)
Run the tool. |
Constructors in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration | |
---|---|
MetaDataTool(OpenJPAConfiguration conf,
java.lang.String action)
Constructor. |
Uses of OpenJPAConfiguration in org.apache.openjpa.util |
---|
Methods in org.apache.openjpa.util with parameters of type OpenJPAConfiguration | |
---|---|
static boolean |
ImplHelper.isManagedType(OpenJPAConfiguration conf,
java.lang.Class type)
Returns true if the specified class is a type that can be managed by OpenJPA. |
Constructors in org.apache.openjpa.util with parameters of type OpenJPAConfiguration | |
---|---|
Id(java.lang.String str,
OpenJPAConfiguration conf,
java.lang.ClassLoader brokerLoader)
Create an id from the result of an OpenJPAId.toString() call on another
instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |