| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementMapping<X>
Root mapping for Embeddable element mappings.
|
class |
EmbeddedMapping<Z,X>
Mapping for the entities.
|
class |
EntityMapping<X>
Mapping for the entities.
|
| Modifier and Type | Method and Description |
|---|---|
ParentMapping<?,Z> |
Mapping.getParent()
Returns the parent of the mapping.
|
| Constructor and Description |
|---|
AssociationMapping(ParentMapping<?,Z> parent,
AssociationAttributeMetadata metadata,
AttributeImpl<? super Z,X> attribute) |
BasicMapping(ParentMapping<?,Z> parent,
BasicAttribute<? super Z,X> attribute) |
ElementCollectionMapping(ParentMapping<?,Z> parent,
PluralAttributeImpl<? super Z,C,E> attribute) |
EmbeddedMapping(ParentMapping<?,Z> parent,
EmbeddedAttribute<? super Z,X> attribute) |
Mapping(ParentMapping<?,Z> parent,
AttributeImpl<? super Z,X> attribute,
Class<X> javaType,
String name) |
ParentMapping(ParentMapping<?,Z> parent,
EmbeddedAttribute<? super Z,X> attribute,
Class<X> javaType,
String name) |
PluralAssociationMapping(ParentMapping<?,Z> parent,
PluralAttributeImpl<? super Z,C,E> attribute) |
SingularAssociationMapping(ParentMapping<?,Z> parent,
AssociatedSingularAttribute<? super Z,X> attribute) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.