| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.metamodel |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTypeImpl<X>
Purpose: Provides the implementation for the Basic interface
of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
|
class |
EmbeddableTypeImpl<X>
Purpose: Provides the implementation for the EmbeddableType interface
of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
|
class |
EntityTypeImpl<X>
Purpose: Provides the implementation for the EntityType interface
of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
EntityTypeImpl implements the IdentifiableType interface via EntityType |
class |
IdentifiableTypeImpl<X>
Purpose: Provides the implementation for the Entity interface
of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
|
class |
ManagedTypeImpl<X>
Purpose: Provides the implementation for the ManagedType interface
of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
|
class |
MappedSuperclassTypeImpl<X>
Purpose: Provides the implementation for the MappedSuperclassType interface
of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
|
| Modifier and Type | Method and Description |
|---|---|
<X> TypeImpl<X> |
MetamodelImpl.getType(Class<X> javaClass)
INTERNAL:
Return a Type representation of a java Class for use by the Metamodel Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypeImpl<?>> |
MetamodelImpl.getTypes()
INTERNAL:
Return the Map of types on this metamodel.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.