| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.deployment | |
| org.eclipse.persistence.internal.jpa.metadata |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceUnitProcessor.Mode |
PersistenceUnitProcessor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceUnitProcessor.Mode[] |
PersistenceUnitProcessor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PersistenceUnitProcessor.processORMetadata(MetadataProcessor processor,
boolean throwExceptionOnFail,
PersistenceUnitProcessor.Mode mode)
Process the Object/relational metadata from XML and annotations
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProcessor.processEntityMappings(PersistenceUnitProcessor.Mode mode)
INTERNAL:
Performs the initialization of the persistence unit classes and then
processes the xml metadata.
|
void |
MetadataProcessor.processORMMetadata(PersistenceUnitProcessor.Mode mode)
INTERNAL:
Process the ORM metadata on this processors metadata project
(representing a single persistence-unit)
|
void |
MetadataProject.processStage3(PersistenceUnitProcessor.Mode mode)
INTERNAL:
Stage 3 processing does all the extra processing that couldn't be
completed in the first two stages of processing.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.