Uses of Interface
org.apache.openjpa.conf.OpenJPAConfiguration
-
-
Uses of OpenJPAConfiguration in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore that return OpenJPAConfiguration Modifier and Type Method Description protected OpenJPAConfiguration
AbstractStoreManager. 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, 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 Modifier and Type Class Description class
OpenJPAConfigurationImpl
Implementation of theOpenJPAConfiguration
interface. -
Uses of OpenJPAConfiguration in org.apache.openjpa.datacache
Fields in org.apache.openjpa.datacache declared as OpenJPAConfiguration Modifier and Type Field Description 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 Modifier and Type Method Description void
DataCacheManager. initialize(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache)
Initialize the manager, supplying the cache configuration.void
DataCacheManagerImpl. 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 OpenJPAConfiguration
PCDataGenerator. getConfiguration()
Return the configuration.Methods in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration Modifier and Type Method Description static java.util.List<java.lang.Class<?>>
ManagedClassSubclasser. prepareUnenhancedClasses(OpenJPAConfiguration conf, java.util.Collection<? extends java.lang.Class<?>> classes, java.lang.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 void
ClassRedefiner. redefineClasses(OpenJPAConfiguration conf, java.util.Map<java.lang.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 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, 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, PCEnhancer.Flags flags, MetaDataRepository repos, BytecodeWriter writer, java.lang.ClassLoader loader)
Enhance the given classes.static boolean
PCEnhancer. run(OpenJPAConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.Constructors in org.apache.openjpa.enhance with parameters of type OpenJPAConfiguration Constructor Description ApplicationIdTool(OpenJPAConfiguration conf, java.lang.Class type)
Constructs a new ApplicationIdTool capable of generating an object id class fortype
.ApplicationIdTool(OpenJPAConfiguration conf, java.lang.Class type, ClassMetaData meta)
Constructs a new tool instance capable of generating an object id class formeta
.CodeGenerator(OpenJPAConfiguration conf, java.lang.Class type)
Constructor.PCDataGenerator(OpenJPAConfiguration conf)
PCEnhancer(OpenJPAConfiguration conf, java.lang.Class<?> type)
Constructor.PCEnhancer(OpenJPAConfiguration conf, ClassMetaData meta)
Constructor.PCEnhancer(OpenJPAConfiguration conf, ClassNodeTracker type, MetaDataRepository repos)
Deprecated.PCEnhancer(OpenJPAConfiguration conf, ClassNodeTracker type, MetaDataRepository repos, java.lang.ClassLoader loader)
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 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 void
InstrumentationManager. initialize(OpenJPAConfiguration conf, PluginListValue providers)
Used to initialize one or more providers using the supplied configuration.void
InstrumentationManagerImpl. 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.conf Modifier and Type Interface Description 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 Modifier and Type Class Description class
JDBCConfigurationImpl
Default implementation of theJDBCConfiguration
interface. -
Uses of OpenJPAConfiguration in org.apache.openjpa.jdbc.meta
Constructors in org.apache.openjpa.jdbc.meta with parameters of type OpenJPAConfiguration Constructor Description MetaDataPlusMappingFactory(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 OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfiguration
AbstractBrokerFactory. getConfiguration()
Return the configuration for this factory.OpenJPAConfiguration
BrokerFactory. getConfiguration()
Return the configuration for this factory.OpenJPAConfiguration
BrokerImpl. getConfiguration()
OpenJPAConfiguration
DelegatingBroker. getConfiguration()
OpenJPAConfiguration
DelegatingBrokerFactory. getConfiguration()
OpenJPAConfiguration
StoreContext. 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 OpenJPAConfiguration
Resolver. 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 OpenJPAConfiguration
MetaDataRepository. getConfiguration()
Return the configuration for the repository.Methods in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration Modifier and Type Method Description boolean
MetaDataDefaults. isAbstractMappingUniDirectional(OpenJPAConfiguration conf)
Whether the relationship in MappedSuper class must be uni-directional.boolean
NoneMetaDataFactory. isAbstractMappingUniDirectional(OpenJPAConfiguration conf)
boolean
MetaDataDefaults. isNonDefaultMappingAllowed(OpenJPAConfiguration conf)
Whether non-default mapping is allowed.boolean
NoneMetaDataFactory. isNonDefaultMappingAllowed(OpenJPAConfiguration conf)
static boolean
MetaDataRepository. needsPreload(OpenJPAConfiguration conf)
static boolean
MetaDataTool. run(OpenJPAConfiguration conf, java.lang.String[] args, Options opts)
Run the tool.static boolean
MetaDataTool. run(OpenJPAConfiguration conf, java.lang.String[] args, MetaDataTool.Flags flags, MetaDataRepository repos, java.lang.ClassLoader loader)
Run the tool.Constructors in org.apache.openjpa.meta with parameters of type OpenJPAConfiguration Constructor Description MetaDataTool(OpenJPAConfiguration conf, java.lang.String action)
Constructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfiguration
AnnotationPersistenceMetaDataParser. getConfiguration()
Configuration supplied on construction.OpenJPAConfiguration
AnnotationPersistenceMetaDataSerializer. getConfiguration()
Configuration.OpenJPAConfiguration
AnnotationPersistenceXMLMetaDataParser. getConfiguration()
Configuration supplied on construction.OpenJPAConfiguration
EntityManagerFactoryImpl. getConfiguration()
OpenJPAConfiguration
EntityManagerImpl. getConfiguration()
OpenJPAConfiguration
OpenJPAEntityManager. getConfiguration()
Deprecated.cast toOpenJPAEntityManagerSPI
instead.OpenJPAConfiguration
OpenJPAEntityManagerFactory. getConfiguration()
Deprecated.cast toOpenJPAEntityManagerFactorySPI
instead.OpenJPAConfiguration
OpenJPAEntityManagerFactorySPI. getConfiguration()
Return the configuration for this factory.OpenJPAConfiguration
OpenJPAEntityManagerSPI. getConfiguration()
Return the configuration associated with this entity manager.OpenJPAConfiguration
XMLPersistenceMetaDataParser. getConfiguration()
Configuration supplied on construction.OpenJPAConfiguration
XMLPersistenceMetaDataSerializer. getConfiguration()
Configuration.protected OpenJPAConfiguration
PersistenceProviderImpl. newConfigurationImpl()
Methods in org.apache.openjpa.persistence with parameters of type OpenJPAConfiguration Modifier and Type Method Description boolean
PersistenceMetaDataDefaults. isAbstractMappingUniDirectional(OpenJPAConfiguration conf)
boolean
PersistenceMetaDataDefaults. isNonDefaultMappingAllowed(OpenJPAConfiguration conf)
void
PersistenceMetaDataDefaults. setAbstractMappingUniDirectional(OpenJPAConfiguration conf)
void
PersistenceMetaDataDefaults. setNonDefaultMappingAllowed(OpenJPAConfiguration conf)
void
PersistenceProviderImpl. setPersistenceEnvironmentInfo(OpenJPAConfiguration conf, jakarta.persistence.spi.PersistenceUnitInfo pui)
Constructors in org.apache.openjpa.persistence with parameters of type OpenJPAConfiguration Constructor Description AnnotationPersistenceMetaDataParser(OpenJPAConfiguration conf)
Constructor; supply configuration.AnnotationPersistenceMetaDataSerializer(OpenJPAConfiguration conf)
Constructor.AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration conf)
Constructor; supply configuration.XMLPersistenceMetaDataParser(OpenJPAConfiguration conf)
Constructor; supply configuration.XMLPersistenceMetaDataSerializer(OpenJPAConfiguration conf)
Constructor. -
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence.meta
Methods in org.apache.openjpa.persistence.meta that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfiguration
MetamodelImpl. getConfiguration()
-
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence.validation
Methods in org.apache.openjpa.persistence.validation with parameters of type OpenJPAConfiguration Modifier and Type Method Description static boolean
ValidationUtils. 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.slice Modifier and Type Interface Description interface
DistributedConfiguration
A configuration for multiple data stores, each referred as slice.Methods in org.apache.openjpa.slice that return OpenJPAConfiguration Modifier and Type Method Description OpenJPAConfiguration
Slice. getConfiguration()
Constructors in org.apache.openjpa.slice with parameters of type OpenJPAConfiguration Constructor Description Slice(java.lang.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.jdbc Modifier and Type Interface Description interface
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement OpenJPAConfiguration Modifier and Type Class Description class
DistributedJDBCConfigurationImpl
A 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 OpenJPAConfiguration Modifier and Type Method Description 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 Constructor Description Id(java.lang.String str, OpenJPAConfiguration conf, java.lang.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 OpenJPAConfiguration Modifier and Type Class Description class
XMLConfiguration
Configuration implementation for the XML file store.Methods in org.apache.openjpa.xmlstore that return OpenJPAConfiguration Modifier and Type Method Description protected OpenJPAConfiguration
XMLStoreManager. newConfiguration()
-