Uses of Interface
org.apache.openjpa.conf.OpenJPAConfiguration
Packages that use OpenJPAConfiguration
Package
Description
OpenJPA Abstract StoreManager Implementation
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA Enhancer
OpenJPA Events
OpenJPA-JDBC Configuration
OpenJPA-JDBC ORM Metadata
OpenJPA Runtime Kernel
OpenJPA Expression Tree
OpenJPA Metadata
OpenJPA JPA
OpenJPA MetaModel
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
OpenJPA Utilities
XML Store
-
Uses of OpenJPAConfiguration in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore that return OpenJPAConfigurationModifier and TypeMethodDescriptionprotected OpenJPAConfigurationAbstractStoreManager.newConfiguration()Return a new configuration instance for this runtime.Constructors in org.apache.openjpa.abstractstore with parameters of type OpenJPAConfigurationModifierConstructorDescriptionprotectedAbstractStoreBrokerFactory(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 -
Uses of OpenJPAConfiguration in org.apache.openjpa.datacache
Fields in org.apache.openjpa.datacache declared as OpenJPAConfigurationModifier and TypeFieldDescriptionprotected 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 OpenJPAConfigurationModifier and TypeMethodDescriptionvoidDataCacheManager.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 OpenJPAConfigurationModifierConstructorDescription -
Uses of OpenJPAConfiguration in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return OpenJPAConfigurationMethods in org.apache.openjpa.enhance with parameters of type OpenJPAConfigurationModifier and TypeMethodDescriptionManagedClassSubclasser.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 OpenJPAConfigurationModifierConstructorDescriptionApplicationIdTool(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.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. -
Uses of OpenJPAConfiguration in org.apache.openjpa.event
Constructors in org.apache.openjpa.event with parameters of type OpenJPAConfiguration -
Uses of OpenJPAConfiguration in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation with parameters of type OpenJPAConfigurationModifier and TypeMethodDescriptionvoidInstrumentationManager.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.jdbc.conf
Subinterfaces of OpenJPAConfiguration in org.apache.openjpa.jdbc.confModifier and TypeInterfaceDescriptioninterfaceConfiguration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.Classes in org.apache.openjpa.jdbc.conf that implement OpenJPAConfigurationModifier and TypeClassDescriptionclassDefault implementation of theJDBCConfigurationinterface. -
Uses of OpenJPAConfiguration in org.apache.openjpa.jdbc.meta
Constructors in org.apache.openjpa.jdbc.meta with parameters of type OpenJPAConfigurationModifierConstructorDescriptionMetaDataPlusMappingFactory(MetaDataFactory meta, MetaDataFactory map, OpenJPAConfiguration conf) Constructor, supply delegates and Configuration. -
Uses of OpenJPAConfiguration in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return OpenJPAConfigurationModifier and TypeMethodDescriptionAbstractBrokerFactory.getConfiguration()Return the configuration for this factory.BrokerFactory.getConfiguration()Return the configuration for this factory.BrokerImpl.getConfiguration()DelegatingBroker.getConfiguration()DelegatingBrokerFactory.getConfiguration()StoreContext.getConfiguration()Return the configuration associated with this context.Constructors in org.apache.openjpa.kernel with parameters of type OpenJPAConfigurationModifierConstructorDescriptionprotectedConstructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return OpenJPAConfiguration -
Uses of OpenJPAConfiguration in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta that return OpenJPAConfigurationModifier and TypeMethodDescriptionMetaDataRepository.getConfiguration()Return the configuration for the repository.Methods in org.apache.openjpa.meta with parameters of type OpenJPAConfigurationModifier and TypeMethodDescriptionbooleanMetaDataDefaults.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 OpenJPAConfigurationModifierConstructorDescriptionMetaDataTool(OpenJPAConfiguration conf, String action) Constructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return OpenJPAConfigurationModifier and TypeMethodDescriptionAnnotationPersistenceMetaDataParser.getConfiguration()Configuration supplied on construction.AnnotationPersistenceMetaDataSerializer.getConfiguration()Configuration.AnnotationPersistenceXMLMetaDataParser.getConfiguration()Configuration supplied on construction.EntityManagerFactoryImpl.getConfiguration()EntityManagerImpl.getConfiguration()OpenJPAEntityManager.getConfiguration()Deprecated.cast toOpenJPAEntityManagerSPIinstead.OpenJPAEntityManagerFactory.getConfiguration()Deprecated.cast toOpenJPAEntityManagerFactorySPIinstead.OpenJPAEntityManagerFactorySPI.getConfiguration()Return the configuration for this factory.OpenJPAEntityManagerSPI.getConfiguration()Return the configuration associated with this entity manager.XMLPersistenceMetaDataParser.getConfiguration()Configuration supplied on construction.XMLPersistenceMetaDataSerializer.getConfiguration()Configuration.protected OpenJPAConfigurationPersistenceProviderImpl.newConfigurationImpl()Methods in org.apache.openjpa.persistence with parameters of type OpenJPAConfigurationModifier and TypeMethodDescriptionbooleanPersistenceMetaDataDefaults.isAbstractMappingUniDirectional(OpenJPAConfiguration conf) booleanPersistenceMetaDataDefaults.isNonDefaultMappingAllowed(OpenJPAConfiguration conf) voidPersistenceMetaDataDefaults.setAbstractMappingUniDirectional(OpenJPAConfiguration conf) voidPersistenceMetaDataDefaults.setNonDefaultMappingAllowed(OpenJPAConfiguration conf) voidPersistenceProviderImpl.setPersistenceEnvironmentInfo(OpenJPAConfiguration conf, jakarta.persistence.spi.PersistenceUnitInfo pui) Constructors in org.apache.openjpa.persistence with parameters of type OpenJPAConfigurationModifierConstructorDescriptionConstructor; supply configuration.Constructor.Constructor; supply configuration.Constructor; supply configuration.Constructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence.meta
Methods in org.apache.openjpa.persistence.meta that return OpenJPAConfiguration -
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence.validation
Methods in org.apache.openjpa.persistence.validation with parameters of type OpenJPAConfigurationModifier and TypeMethodDescriptionstatic booleanValidationUtils.setupValidation(OpenJPAConfiguration conf) Setup Validation support by determining if the jakarta.validation APIs are available and then create a Validator if required by the provided configuration. -
Uses of OpenJPAConfiguration in org.apache.openjpa.slice
Subinterfaces of OpenJPAConfiguration in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterfaceA configuration for multiple data stores, each referred as slice.Methods in org.apache.openjpa.slice that return OpenJPAConfigurationConstructors in org.apache.openjpa.slice with parameters of type OpenJPAConfigurationModifierConstructorDescriptionSlice(String name, OpenJPAConfiguration conf) Supply the logical name and configuration. -
Uses of OpenJPAConfiguration in org.apache.openjpa.slice.jdbc
Subinterfaces of OpenJPAConfiguration in org.apache.openjpa.slice.jdbcModifier and TypeInterfaceDescriptioninterfaceA distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement OpenJPAConfigurationModifier and TypeClassDescriptionclassA specialized configuration embodies a set of Slice configurations. -
Uses of OpenJPAConfiguration in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type OpenJPAConfigurationModifier and TypeMethodDescriptionstatic 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 OpenJPAConfigurationModifierConstructorDescriptionId(String str, OpenJPAConfiguration conf, ClassLoader brokerLoader) Create an id from the result of anOpenJPAId.toString()call on another instance. -
Uses of OpenJPAConfiguration in org.apache.openjpa.xmlstore
Classes in org.apache.openjpa.xmlstore that implement OpenJPAConfigurationModifier and TypeClassDescriptionclassConfiguration implementation for the XML file store.Methods in org.apache.openjpa.xmlstore that return OpenJPAConfigurationModifier and TypeMethodDescriptionprotected OpenJPAConfigurationXMLStoreManager.newConfiguration()
PCEnhancer(OpenJPAConfiguration, ClassNodeTracker, MetaDataRepository, ClassLoader)instead.