| Modifier and Type | Field and Description |
|---|---|
protected MetadataFactory |
MetadataProcessor.m_factory |
| Modifier and Type | Method and Description |
|---|---|
MetadataFactory |
ORMetadata.getMetadataFactory()
INTERNAL:
|
MetadataFactory |
MetadataProcessor.getMetadataFactory()
INTERNAL:
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataAsmFactory
INTERNAL: A metadata factory that uses ASM technology and no reflection
whatsoever to process the metadata model.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataFactory |
MetadataAccessibleObject.m_factory |
| Modifier and Type | Method and Description |
|---|---|
MetadataFactory |
MetadataAccessibleObject.getMetadataFactory()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataAccessibleObject.setMetadataFactory(MetadataFactory factory)
INTERNAL:
|
| Constructor and Description |
|---|
MetadataAccessibleObject(MetadataFactory factory)
INTERNAL:
|
MetadataAnnotatedElement(MetadataFactory factory)
INTERNAL:
|
MetadataClass(MetadataFactory factory,
Class cls)
Create the metadata class based on the class.
|
MetadataClass(MetadataFactory factory,
String name)
Create the metadata class with the class name.
|
MetadataClass(MetadataFactory factory,
String name,
boolean isLazy)
Create the metadata class with the class name.
|
MetadataMethod(MetadataFactory factory,
MetadataClass metadataClass)
Create the method from the class metadata.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFactory |
XMLEntityMappings.getMetadataFactory()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEntityMappings.setMetadataFactory(MetadataFactory factory)
INTERNAL:
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.