| Interface | Description |
|---|---|
| JoinedMapping<Z,X,Y> |
Mapping that have a join or collection table
|
| PluralMapping<Z,C,E> |
The base class for
EmbeddedMapping and BasicMapping. |
| RootMapping<X> |
The interface for root mappings.
|
| SingularMapping<Z,X> |
The base class for
EmbeddedMapping and BasicMapping. |
| Class | Description |
|---|---|
| AssociationMapping<Z,X,Y> |
Mapping for associations.
|
| BasicMapping<Z,X> |
The mapping for basic attributes.
|
| ElementCollectionMapping<Z,C,E> |
Mapping for element collections.
|
| ElementMapping<X> |
Root mapping for Embeddable element mappings.
|
| EmbeddedMapping<Z,X> |
Mapping for the entities.
|
| EntityMapping<X> |
Mapping for the entities.
|
| ListComparator<E> |
Comparator for the list attributes that are annotated with
OrderBy annotation. |
| Mapping<Z,X,Y> |
The base implementation of mappings.
|
| ParentMapping<Z,X> | |
| PluralAssociationMapping<Z,C,E> | |
| SingularAssociationMapping<Z,X> |
Mappings for one-to-one and many-to-one associations.
|
| Enum | Description |
|---|---|
| JoinedMapping.MappingType |
Type of the mapping
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.