Uses of Interface
org.apache.openjpa.conf.OpenJPAConfiguration
-
Packages that use OpenJPAConfiguration Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.instrumentation org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Treeorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.util OpenJPA Utilities -
-
Uses of OpenJPAConfiguration in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore that return OpenJPAConfiguration Modifier and Type Method Description protected OpenJPAConfigurationAbstractStoreManager. newConfiguration()Return a new configuration instance for this runtime.Constructors in org.apache.openjpa.abstractstore with parameters of type OpenJPAConfiguration Constructor Description 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 Modifier and Type Class Description classOpenJPAConfigurationImplImplementation of theOpenJPAConfigurationinterface. -
Uses of OpenJPAConfiguration in org.apache.openjpa.datacache
Fields in org.apache.openjpa.datacache declared as OpenJPAConfiguration Modifier and Type Field Description protected OpenJPAConfigurationAbstractDataCache. confThe configuration set by the system.protected OpenJPAConfigurationAbstractQueryCache. confThe configuration set by the system.Methods in org.apache.openjpa.datacache with parameters of type OpenJPAConfiguration Modifier and Type Method Description voidDataCacheManager. initialize(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache)Initialize the manager, supplying the cache configuration.voidDataCacheManagerImpl. initialize(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache)Constructors in org.apache.openjpa.datacache with parameters of type OpenJPAConfiguration Constructor Description ClearableScheduler(OpenJPAConfiguration conf)DataCachePCDataGenerator(OpenJPAConfiguration conf) -
Uses of OpenJPAConfiguration in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfigurationPCDataGenerator. getConfiguration()Return the configuration.Methods in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration Modifier and Type Method Description static List<Class<?>>ManagedClassSubclasser. prepareUnenhancedClasses(OpenJPAConfiguration conf, Collection<? extends Class<?>> classes, ClassLoader envLoader)For each element inclasses, creates and registers a new subclass that implementsPersistenceCapable, and prepares OpenJPA to handle new instances of the unenhanced type.static voidClassRedefiner. redefineClasses(OpenJPAConfiguration conf, Map<Class<?>,byte[]> classes)For each element inclasses, this method will redefine all the element's methods such that field accesses are intercepted in-line.static booleanApplicationIdTool. run(OpenJPAConfiguration conf, String[] args, ApplicationIdTool.Flags flags, ClassLoader loader)Run the tool.static booleanApplicationIdTool. run(OpenJPAConfiguration conf, String[] args, Options opts)Run the application id tool with the given command-line and given configuration.static booleanPCEnhancer. run(OpenJPAConfiguration conf, String[] args, PCEnhancer.Flags flags, MetaDataRepository repos, BytecodeWriter writer, ClassLoader loader)Enhance the given classes.static booleanPCEnhancer. run(OpenJPAConfiguration conf, String[] args, Options opts)Run the tool.Constructors in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration Constructor Description ApplicationIdTool(OpenJPAConfiguration conf, Class type)Constructs a new ApplicationIdTool capable of generating an object id class fortype.ApplicationIdTool(OpenJPAConfiguration conf, Class type, ClassMetaData meta)Constructs a new tool instance capable of generating an object id class formeta.CodeGenerator(OpenJPAConfiguration conf, Class type)Constructor.PCDataGenerator(OpenJPAConfiguration conf)PCEnhancer(OpenJPAConfiguration conf, Class<?> type)Constructor.PCEnhancer(OpenJPAConfiguration conf, ClassMetaData meta)Constructor.PCEnhancer(OpenJPAConfiguration conf, ClassNodeTracker type, MetaDataRepository repos)Deprecated.PCEnhancer(OpenJPAConfiguration conf, ClassNodeTracker type, MetaDataRepository repos, ClassLoader loader)Constructor.ReflectingPersistenceCapable(Object o, OpenJPAConfiguration conf) -
Uses of OpenJPAConfiguration in org.apache.openjpa.event
Constructors in org.apache.openjpa.event with parameters of type OpenJPAConfiguration Constructor Description RemoteCommitEventManager(OpenJPAConfiguration conf)Constructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation with parameters of type OpenJPAConfiguration Modifier and Type Method Description voidInstrumentationManager. initialize(OpenJPAConfiguration conf, PluginListValue providers)Used to initialize one or more providers using the supplied configuration.voidInstrumentationManagerImpl. initialize(OpenJPAConfiguration conf, PluginListValue pluginVal)Initializes all providers defined for the specified configuration. -
Uses of OpenJPAConfiguration in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfigurationAbstractBrokerFactory. getConfiguration()Return the configuration for this factory.OpenJPAConfigurationBrokerFactory. getConfiguration()Return the configuration for this factory.OpenJPAConfigurationBrokerImpl. getConfiguration()OpenJPAConfigurationDelegatingBroker. getConfiguration()OpenJPAConfigurationDelegatingBrokerFactory. getConfiguration()OpenJPAConfigurationStoreContext. getConfiguration()Return the configuration associated with this context.Constructors in org.apache.openjpa.kernel with parameters of type OpenJPAConfiguration Constructor Description AbstractBrokerFactory(OpenJPAConfiguration config)Constructor.DetachManagerLite(OpenJPAConfiguration conf) -
Uses of OpenJPAConfiguration in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfigurationResolver. getConfiguration()Return the OpenJPA configuration. -
Uses of OpenJPAConfiguration in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfigurationMetaDataRepository. getConfiguration()Return the configuration for the repository.Methods in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration Modifier and Type Method Description booleanMetaDataDefaults. isAbstractMappingUniDirectional(OpenJPAConfiguration conf)Whether the relationship in MappedSuper class must be uni-directional.booleanNoneMetaDataFactory. isAbstractMappingUniDirectional(OpenJPAConfiguration conf)booleanMetaDataDefaults. isNonDefaultMappingAllowed(OpenJPAConfiguration conf)Whether non-default mapping is allowed.booleanNoneMetaDataFactory. isNonDefaultMappingAllowed(OpenJPAConfiguration conf)static booleanMetaDataRepository. needsPreload(OpenJPAConfiguration conf)static booleanMetaDataTool. run(OpenJPAConfiguration conf, String[] args, Options opts)Run the tool.static booleanMetaDataTool. run(OpenJPAConfiguration conf, String[] args, MetaDataTool.Flags flags, MetaDataRepository repos, ClassLoader loader)Run the tool.Constructors in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration Constructor Description MetaDataTool(OpenJPAConfiguration conf, String action)Constructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type OpenJPAConfiguration Modifier and Type Method Description static booleanImplHelper. isManagedType(OpenJPAConfiguration conf, 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 Constructor Description Id(String str, OpenJPAConfiguration conf, ClassLoader brokerLoader)Create an id from the result of anOpenJPAId.toString()call on another instance.
-