Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
org.apache.openjpa.meta |
OpenJPA Metadata
This package provides an extendable framework for parsing and caching
persistence metadata.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
MetaDataFactory |
OpenJPAConfiguration.newMetaDataFactoryInstance()
Create a new
MetaDataFactory to use with a repository. |
MetaDataFactory |
OpenJPAConfigurationImpl.newMetaDataFactoryInstance() |
Modifier and Type | Method and Description |
---|---|
MetaDataFactory |
MappingFactoryValue.instantiateMetaDataFactory(Configuration conf,
PluginValue metaPlugin,
String mapping)
Intantiate a
MetaDataFactory responsible for both metadata and
mapping. |
MetaDataFactory |
MappingFactoryValue.instantiateMetaDataFactory(Configuration conf,
PluginValue metaPlugin,
String mapping,
boolean fatal)
Intantiate a
MetaDataFactory responsible for both metadata and
mapping. |
MetaDataFactory |
JDBCConfigurationImpl.newMetaDataFactoryInstance() |
Modifier and Type | Class and Description |
---|---|
class |
MetaDataPlusMappingFactory
Combines two internal
MetaDataFactory instances -- one for
metadata, one for mappings -- into a single MetaDataFactory facade. |
Modifier and Type | Method and Description |
---|---|
MetaDataFactory |
MetaDataPlusMappingFactory.getInnermostMappingDelegate()
Innermost mapping delegate.
|
MetaDataFactory |
MetaDataPlusMappingFactory.getMappingDelegate()
Mapping factory delegate.
|
Constructor and Description |
---|
MetaDataPlusMappingFactory(MetaDataFactory meta,
MetaDataFactory map)
Constructor; supply delegates.
|
MetaDataPlusMappingFactory(MetaDataFactory meta,
MetaDataFactory map,
OpenJPAConfiguration conf)
Constructor, supply delegates and Configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCFMetaDataFactory
Base class for factory implementations built around XML metadata files
in the common format.
|
class |
AbstractMetaDataFactory
Abstract
MetaDataFactory that provides default implementations
of many methods. |
class |
DelegatingMetaDataFactory
Base class for factory instances that use a delegate.
|
class |
NoneMetaDataFactory
No-op metadata I/O to prevent attempts to load other classes.
|
Modifier and Type | Method and Description |
---|---|
MetaDataFactory |
DelegatingMetaDataFactory.getDelegate()
Factory delegate.
|
MetaDataFactory |
DelegatingMetaDataFactory.getInnermostDelegate()
Innermost delegate.
|
MetaDataFactory |
MetaDataRepository.getMetaDataFactory()
The I/O used to load metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataRepository.setMetaDataFactory(MetaDataFactory factory)
The I/O used to load metadata.
|
Constructor and Description |
---|
DelegatingMetaDataFactory(MetaDataFactory delegate)
Constructor; supply delegate.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceMetaDataFactory
MetaDataFactory for JPA metadata. |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceMappingFactory
MetaDataFactory for JPA mapping information. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.