|
||||||||||
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.jdbc.conf | OpenJPA-JDBC Configuration |
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.persistence.meta | OpenJPA MetaModel |
org.apache.openjpa.persistence.validation | |
org.apache.openjpa.slice | Extended OpenJPA Interfaces for distributed databases. |
org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. |
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 | |
---|---|
(package private) static Set<Class<?>> |
Caches.addTypesByName(OpenJPAConfiguration conf,
Collection<String> classNames,
Set<Class<?>> classes)
Utility to build up a set of classes from their class names when operating outside the context of a persistence manager. |
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 | |
---|---|
ClearableScheduler(OpenJPAConfiguration conf)
|
|
DataCachePCDataGenerator(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 List<Class<?>> |
ManagedClassSubclasser.prepareUnenhancedClasses(OpenJPAConfiguration conf,
Collection<? extends Class<?>> classes,
ClassLoader envLoader)
For each element in classes , creates and registers a
new subclass that implements PersistenceCapable , and prepares
OpenJPA to handle new instances of the unenhanced type. |
static void |
ClassRedefiner.redefineClasses(OpenJPAConfiguration conf,
Map<Class<?>,byte[]> classes)
For each element in classes , this method will redefine
all the element's methods such that field accesses are intercepted
in-line. |
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. |
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.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. |
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 | |
---|---|
boolean |
NoneMetaDataFactory.isAbstractMappingUniDirectional(OpenJPAConfiguration conf)
|
boolean |
MetaDataDefaults.isAbstractMappingUniDirectional(OpenJPAConfiguration conf)
Whether the relationship in MappedSuper class must be uni-directional. |
boolean |
NoneMetaDataFactory.isNonDefaultMappingAllowed(OpenJPAConfiguration conf)
|
boolean |
MetaDataDefaults.isNonDefaultMappingAllowed(OpenJPAConfiguration conf)
Whether non-default mapping is allowed. |
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 | |
---|---|
InMemoryRelatedFieldOrder(FieldMetaData rel,
boolean asc,
OpenJPAConfiguration conf)
|
|
InMemoryValueOrder(boolean asc,
OpenJPAConfiguration conf)
|
|
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 |
OpenJPAEntityManagerSPI.getConfiguration()
Return the configuration associated with this entity manager. |
OpenJPAConfiguration |
OpenJPAEntityManagerFactorySPI.getConfiguration()
Return the configuration for this factory. |
OpenJPAConfiguration |
OpenJPAEntityManagerFactory.getConfiguration()
Deprecated. cast to OpenJPAEntityManagerFactorySPI instead. This
method pierces the published-API boundary, as does the SPI cast. |
OpenJPAConfiguration |
OpenJPAEntityManager.getConfiguration()
Deprecated. cast to OpenJPAEntityManagerSPI instead. This
method pierces the published-API boundary, as does the SPI cast. |
OpenJPAConfiguration |
EntityManagerImpl.getConfiguration()
|
OpenJPAConfiguration |
EntityManagerFactoryImpl.getConfiguration()
|
OpenJPAConfiguration |
AnnotationPersistenceXMLMetaDataParser.getConfiguration()
Configuration supplied on construction. |
OpenJPAConfiguration |
AnnotationPersistenceMetaDataSerializer.getConfiguration()
Configuration. |
OpenJPAConfiguration |
AnnotationPersistenceMetaDataParser.getConfiguration()
Configuration supplied on construction. |
protected OpenJPAConfiguration |
PersistenceProviderImpl.newConfigurationImpl()
|
Methods in org.apache.openjpa.persistence with parameters of type OpenJPAConfiguration | |
---|---|
static int[] |
MetaDataParsers.getEventTypes(MetaDataTag tag,
OpenJPAConfiguration conf)
Return the event type constants for the given tag, or null if none. |
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,
PersistenceUnitInfo pui)
|
static void |
MetaDataParsers.validateMethodsForSameCallback(Class cls,
Collection<LifecycleCallbacks> callbacks,
Method method,
MetaDataTag tag,
OpenJPAConfiguration conf,
Log log)
Validate that the given listener class does not have multiple methods listening for the same lifecycle event, which is forbidden by the spec. |
Constructors in org.apache.openjpa.persistence with parameters of type OpenJPAConfiguration | |
---|---|
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 | |
---|---|
OpenJPAConfiguration |
MetamodelImpl.getConfiguration()
|
Uses of OpenJPAConfiguration in org.apache.openjpa.persistence.validation |
---|
Methods in org.apache.openjpa.persistence.validation with parameters of type OpenJPAConfiguration | |
---|---|
static boolean |
ValidationUtils.setupValidation(OpenJPAConfiguration conf)
Setup Validation support by determining if the javax.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 | |
---|---|
interface |
DistributedConfiguration
A configuration for multiple data stores, each referred as slice. |
Methods in org.apache.openjpa.slice that return OpenJPAConfiguration | |
---|---|
OpenJPAConfiguration |
Slice.getConfiguration()
|
Methods in org.apache.openjpa.slice with parameters of type OpenJPAConfiguration | |
---|---|
static boolean |
SliceImplHelper.isReplicated(Object pc,
OpenJPAConfiguration conf)
Affirms if the given instance be replicated to multiple slices. |
Constructors in org.apache.openjpa.slice with parameters of type OpenJPAConfiguration | |
---|---|
Slice(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 | |
---|---|
interface |
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of JDBCConfigurations. |
Classes in org.apache.openjpa.slice.jdbc that implement OpenJPAConfiguration | |
---|---|
class |
DistributedJDBCConfigurationImpl
Implements a distributed configuration of JDBCStoreManagers. |
Methods in org.apache.openjpa.slice.jdbc with parameters of type OpenJPAConfiguration | |
---|---|
(package private) String |
DistributedJDBCConfigurationImpl.getConnectionInfo(OpenJPAConfiguration conf)
|
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,
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(String str,
OpenJPAConfiguration conf,
ClassLoader brokerLoader)
Create an id from the result of an OpenJPAId.toString() call on another
instance. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |