Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.enhance |
OpenJPA Enhancer
This package provides a bytecode enhancer used to
post-process classes for use in a OpenJPA runtime.
|
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.
|
org.apache.openjpa.persistence.jest | |
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
This package provides an implementation of Metamodel API of JPA 2.0 Specification.
|
Modifier and Type | Field and Description |
---|---|
protected MetaDataRepository |
OpenJPAConfigurationImpl.metaRepository |
Modifier and Type | Method and Description |
---|---|
MetaDataRepository |
OpenJPAConfiguration.getMetaDataRepositoryInstance()
The metadata repository of managed class information.
|
MetaDataRepository |
OpenJPAConfigurationImpl.getMetaDataRepositoryInstance() |
MetaDataRepository |
OpenJPAConfiguration.newMetaDataRepositoryInstance()
Create a new empty metadata repository of the configured type.
|
MetaDataRepository |
OpenJPAConfigurationImpl.newMetaDataRepositoryInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setMetaDataRepository(MetaDataRepository mdRepos)
The metadata repository of managed class information.
|
void |
OpenJPAConfigurationImpl.setMetaDataRepository(MetaDataRepository meta) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PCEnhancer.run(OpenJPAConfiguration conf,
String[] args,
PCEnhancer.Flags flags,
MetaDataRepository repos,
BytecodeWriter writer,
ClassLoader loader)
Enhance the given classes.
|
Constructor and Description |
---|
PCClassFileTransformer(MetaDataRepository repos,
Options opts,
ClassLoader loader)
Constructor.
|
PCClassFileTransformer(MetaDataRepository repos,
PCEnhancer.Flags flags,
ClassLoader tmpLoader,
boolean devscan)
Constructor.
|
PCEnhancer(MetaDataRepository repos,
serp.bytecode.BCClass type,
ClassMetaData meta)
Constructor.
|
PCEnhancer(OpenJPAConfiguration conf,
serp.bytecode.BCClass type,
MetaDataRepository repos)
Deprecated.
|
PCEnhancer(OpenJPAConfiguration conf,
serp.bytecode.BCClass type,
MetaDataRepository repos,
ClassLoader loader)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MappingRepository
Repository of object/relational mapping information.
|
Modifier and Type | Method and Description |
---|---|
MetaDataRepository |
Discriminator.getRepository() |
MetaDataRepository |
Version.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataPlusMappingFactory.setRepository(MetaDataRepository repos) |
Modifier and Type | Field and Description |
---|---|
protected MetaDataRepository |
AbstractMetaDataFactory.repos |
Modifier and Type | Method and Description |
---|---|
MetaDataRepository |
AbstractCFMetaDataFactory.Parser.getRepository()
Returns the repository for this parser.
|
abstract MetaDataRepository |
Extensions.getRepository()
Return the metadata repository.
|
MetaDataRepository |
ClassMetaData.getRepository()
Return the owning repository.
|
MetaDataRepository |
ValueMetaDataImpl.getRepository() |
MetaDataRepository |
SequenceMetaData.getRepository()
The owning repository.
|
MetaDataRepository |
FieldMetaData.getRepository()
The metadata repository.
|
MetaDataRepository |
NonPersistentMetaData.getRepository()
Owning repository.
|
MetaDataRepository |
MetaDataContext.getRepository()
Access metadata repository.
|
MetaDataRepository |
MetaDataTool.getRepository()
The repository to use to hold metadata.
|
protected MetaDataRepository |
MetaDataTool.newRepository()
Create a new metadata repository.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCFMetaDataFactory.Serializer.addAll(MetaDataRepository repos)
Add all components in the given repository to the set to be
serialized.
|
static boolean |
MetaDataTool.run(OpenJPAConfiguration conf,
String[] args,
MetaDataTool.Flags flags,
MetaDataRepository repos,
ClassLoader loader)
Run the tool.
|
void |
NoneMetaDataFactory.setRepository(MetaDataRepository repos) |
void |
DelegatingMetaDataFactory.setRepository(MetaDataRepository repos) |
void |
MetaDataFactory.setRepository(MetaDataRepository repos)
Set the repository to load metadata into.
|
void |
MetaDataTool.setRepository(MetaDataRepository repos)
The repository to use to hold metadata.
|
void |
AbstractMetaDataFactory.setRepository(MetaDataRepository repos) |
Constructor and Description |
---|
ClassMetaData(Class<?> type,
MetaDataRepository repos)
Constructor.
|
NonPersistentMetaData(Class cls,
MetaDataRepository repos,
int type) |
SequenceMetaData(String name,
MetaDataRepository repos)
Constructor; supply sequence name.
|
Modifier and Type | Method and Description |
---|---|
MetaDataRepository |
AnnotationPersistenceMetaDataParser.getRepository()
Returns the repository for this parser.
|
MetaDataRepository |
XMLPersistenceMetaDataParser.getRepository()
Returns the repository for this parser.
|
MetaDataRepository |
AnnotationPersistenceXMLMetaDataParser.getRepository()
Returns the repository for this parser.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationPersistenceMetaDataSerializer.addAll(MetaDataRepository repos)
Add all components in the given repository to the set to be serialized.
|
void |
XMLPersistenceMetaDataSerializer.addAll(MetaDataRepository repos)
Add all components in the given repository to the set to be serialized.
|
static Collection<LifecycleCallbacks>[] |
AnnotationPersistenceMetaDataParser.parseCallbackMethods(Class<?> cls,
Collection<LifecycleCallbacks>[] callbacks,
boolean sups,
boolean listener,
MetaDataRepository repos)
Parse callback methods into the given array, and return that array,
creating one if null.
|
boolean |
AnnotationPersistenceMetaDataSerializer.removeAll(MetaDataRepository repos)
Remove all the components in the given repository from the set to be
serialized.
|
boolean |
XMLPersistenceMetaDataSerializer.removeAll(MetaDataRepository repos)
Remove all the components in the given repository from the set to be
serialized.
|
void |
AnnotationPersistenceMetaDataParser.setRepository(MetaDataRepository repos)
Set the metadata repository for this parser.
|
void |
XMLPersistenceMetaDataParser.setRepository(MetaDataRepository repos)
Set the metadata repository for this parser.
|
void |
AnnotationPersistenceXMLMetaDataParser.setRepository(MetaDataRepository repos)
Set the metadata repository for this parser.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationPersistenceMappingSerializer.addAll(MetaDataRepository repos) |
void |
XMLPersistenceMappingSerializer.addAll(MetaDataRepository repos) |
boolean |
AnnotationPersistenceMappingSerializer.removeAll(MetaDataRepository repos) |
boolean |
XMLPersistenceMappingSerializer.removeAll(MetaDataRepository repos) |
Modifier and Type | Field and Description |
---|---|
protected MetaDataRepository |
JESTContext._repos |
Modifier and Type | Method and Description |
---|---|
MetaDataRepository |
MetamodelImpl.getRepository() |
Constructor and Description |
---|
MetamodelImpl(MetaDataRepository repos)
Constructs a model with the current content of the supplied non-null repository.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.