| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.metamodel |
| Modifier and Type | Field and Description |
|---|---|
protected MetamodelImpl |
ManagedTypeImpl.metamodel
Reference to the metamodel that this managed type belongs to
|
| Modifier and Type | Method and Description |
|---|---|
protected MetamodelImpl |
ManagedTypeImpl.getMetamodel()
INTERNAL:
Return the Metamodel that this ManagedType is associated with.
|
protected MetamodelImpl |
AttributeImpl.getMetamodel()
INTERNAL:
Return the concrete metamodel that this attribute is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
protected static MappedSuperclassTypeImpl<?> |
MappedSuperclassTypeImpl.create(MetamodelImpl metamodel,
ClassDescriptor relationalDescriptor)
INTERNAL:
Return an instance of a MappedSuperclassType based on the RelationalDescriptor.
|
protected static ManagedTypeImpl<?> |
ManagedTypeImpl.create(MetamodelImpl metamodel,
ClassDescriptor descriptor)
INTERNAL:
Return an instance of a ManagedType based on the RelationalDescriptor parameter
|
| Constructor and Description |
|---|
EmbeddableTypeImpl(MetamodelImpl metamodel,
ClassDescriptor descriptor) |
EntityTypeImpl(MetamodelImpl metamodel,
ClassDescriptor descriptor) |
IdentifiableTypeImpl(MetamodelImpl metamodel,
ClassDescriptor descriptor) |
ManagedTypeImpl(MetamodelImpl metamodel,
ClassDescriptor descriptor)
INTERNAL:
This constructor will create a ManagedType but will not initialize its member mappings.
|
MappedSuperclassTypeImpl(MetamodelImpl metamodel,
ClassDescriptor relationalDescriptor) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.