| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.jdbc.mapping | |
| org.batoo.jpa.jdbc.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingularMappingEx<Z,X>
The base class for
EmbeddedMapping and BasicMapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMappingImpl<Z,X>
The mapping for basic attributes.
|
class |
EmbeddedMappingImpl<Z,X>
AbstractMapping for the entities.
|
class |
SingularAssociationMappingImpl<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicMapping<Z,X>
The interface for basic mappings.
|
interface |
EmbeddedMapping<Z,X>
The interface for
EmbeddedMappings and BasicMappings. |
interface |
SingularAssociationMapping<Z,X>
The interface for singular associated joins.
|
| Modifier and Type | Method and Description |
|---|---|
SingularMapping<?,?> |
EntityTypeDescriptor.getIdMapping()
Returns the id mapping of the entity.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.