| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa | |
| org.eclipse.persistence.internal.jpa.deployment | |
| org.eclipse.persistence.internal.jpa.metadata |
| Modifier and Type | Field and Description |
|---|---|
protected MetadataProcessor |
EntityManagerSetupImpl.processor |
| Modifier and Type | Method and Description |
|---|---|
static Collection<MetadataClass> |
PersistenceUnitProcessor.buildEntityList(MetadataProcessor processor,
ClassLoader loader)
Create a list of the entities that will be deployed.
|
static void |
PersistenceUnitProcessor.processORMetadata(MetadataProcessor processor,
boolean throwExceptionOnFail,
PersistenceUnitProcessor.Mode mode)
Process the Object/relational metadata from XML and annotations
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataProcessor |
MetadataProcessor.m_compositeProcessor |
| Modifier and Type | Field and Description |
|---|---|
protected Set<MetadataProcessor> |
MetadataProcessor.m_compositeMemberProcessors |
| Modifier and Type | Method and Description |
|---|---|
MetadataProcessor |
MetadataProject.getCompositeProcessor()
INTERNAL:
|
MetadataProcessor |
MetadataProcessor.getCompositeProcessor()
INTERNAL:
Return compositeProcessor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProcessor.addCompositeMemberProcessor(MetadataProcessor compositeMemberProcessor)
INTERNAL:
Add containedProcessor to compositeProcessor.
|
void |
MetadataProject.setCompositeProcessor(MetadataProcessor compositeProcessor)
INTERNAL:
set compositeProcessor that owns this and pear MetadataProcessors used to create composite persistence unit.
|
| Constructor and Description |
|---|
MetadataProcessor(jakarta.persistence.spi.PersistenceUnitInfo puInfo,
AbstractSession session,
ClassLoader loader,
boolean weaveLazy,
boolean weaveEager,
boolean weaveFetchGroups,
boolean multitenantSharedEmf,
boolean multitenantSharedCache,
Map predeployProperties,
MetadataProcessor compositeProcessor)
INTERNAL:
Called from EntityManagerSetupImpl.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.