| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.jdbc.mapping |
| Modifier and Type | Method and Description |
|---|---|
MappingType |
ElementCollectionMappingImpl.getMappingType()
Returns the type of the mapping.
|
MappingType |
EmbeddedMappingImpl.getMappingType()
Returns the type of the mapping.
|
MappingType |
SingularAssociationMappingImpl.getMappingType()
Returns the type of the mapping.
|
MappingType |
PluralAssociationMappingImpl.getMappingType()
Returns the type of the mapping.
|
MappingType |
JoinedMapping.getMappingType()
Returns the type of the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingType |
MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.