| Modifier and Type | Method and Description |
|---|---|
protected void |
ManagedTypeImpl.addAttributes(ManagedTypeMetadata typeMetadata)
Creates and adds the attributes of the managed type from the metadata.
|
protected void |
IdentifiableTypeImpl.addAttributes(ManagedTypeMetadata entityMetadata)
Creates and adds the attributes of the managed type from the metadata.
|
| Constructor and Description |
|---|
ManagedTypeImpl(MetamodelImpl metamodel,
Class<X> clazz,
ManagedTypeMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedTypeMetadata> |
MetadataImpl.getEntityMappings()
Returns the entity mappings.
|
| Constructor and Description |
|---|
AttributesMetadataImpl(ManagedTypeMetadata parent,
Class<?> clazz,
AttributesMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddableMetadataImpl
Implementation
EmbeddableMetadata. |
class |
EntityMetadataImpl
Implementation
EntityMetadata. |
class |
IdentifiableMetadataImpl
Implementation
IdentifiableTypeMetadata. |
class |
ManagedTypeMetadatImpl
Implementation of
ManagedTypeMetadatImpl. |
class |
MappedSuperclassMetadataImpl
Implementation
MappedSuperclassMetadata. |
| Constructor and Description |
|---|
ManagedTypeMetadatImpl(Class<?> clazz,
ManagedTypeMetadata metadata,
javax.persistence.AccessType parentAccessType) |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedTypeMetadata> |
EntityMappings.getEntityMappings()
Returns the entity mappings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddableElementFactory
Element for
embeddable elements. |
class |
EntityElementFactory
Element for
entity elements. |
class |
MappedSuperclassElementFactory
Element for
mapped-superclass elements. |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedTypeMetadata> |
Metadata.getEntityMappings()
Returns the entity mappings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmbeddableMetadata
The definition of the embeddable classes.
|
interface |
EntityMetadata
The definition of the entities.
|
interface |
IdentifiableTypeMetadata
The definition for identifiable types.
|
interface |
MappedSuperclassMetadata
The definition of the mapped super classes.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.