| Modifier and Type | Method and Description |
|---|---|
java.util.List<ManagedTypeMetadata> |
MetadataImpl.getEntityMappings()
Returns the entity mappings.
|
| Constructor and Description |
|---|
AttributesMetadataImpl(ManagedTypeMetadata parent,
java.lang.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(java.lang.Class<?> clazz,
ManagedTypeMetadata metadata,
javax.persistence.AccessType parentAccessType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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 |
|---|---|
java.util.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 Software & Consultancy. All Rights Reserved.