| Modifier and Type | Method and Description |
|---|---|
EmbeddableAccessor |
MetadataProject.getEmbeddableAccessor(MetadataClass cls)
INTERNAL:
This method will attempt to look up the embeddable accessor for the
reference class provided.
|
EmbeddableAccessor |
MetadataProject.getEmbeddableAccessor(MetadataClass cls,
boolean checkIsIdClass)
INTERNAL:
This method will attempt to look up the embeddable accessor for the
reference class provided.
|
EmbeddableAccessor |
MetadataProject.getEmbeddableAccessor(String className)
INTERNAL:
Return the embeddable accessor with the given classname.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EmbeddableAccessor> |
MetadataProject.getEmbeddableAccessors()
INTERNAL:
Return the embeddable accessor with the given classname.
|
Collection<EmbeddableAccessor> |
MetadataProject.getRootEmbeddableAccessors()
INTERNAL:
Add a root level embeddable accessor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProject.addEmbeddableAccessor(EmbeddableAccessor accessor)
INTERNAL:
Add an embeddable accessor to this project.
|
void |
MetadataProject.addRootEmbeddableAccessor(EmbeddableAccessor accessor)
INTERNAL:
Add a root level embeddable accessor.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddableAccessor |
ElementCollectionAccessor.getEmbeddableAccessor()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddableAccessor |
ArrayAccessor.getEmbeddableAccessor()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddableAccessor> |
XMLEntityMappings.getEmbeddables()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEntityMappings.initPersistenceUnitClasses(HashMap<String,EntityAccessor> allEntities,
HashMap<String,EmbeddableAccessor> allEmbeddables)
INTERNAL:
Assumes the correct class loader has been set before calling this
method.
|
void |
XMLEntityMappings.setEmbeddables(List<EmbeddableAccessor> embeddables)
INTERNAL:
Used for OX mapping.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.