| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.mapping |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JoinedMapping<Z,X,Y>
Mapping that have a join or collection table
|
interface |
PluralMappingEx<Z,C,E>
The base class for
EmbeddedMapping and BasicMapping. |
interface |
SingularMappingEx<Z,X>
The base class for
EmbeddedMapping and BasicMapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapping<Z,X,Y>
The base implementation of mappings.
|
class |
AbstractParentMapping<Z,X>
Abstract implementation of ParentMappings.
|
class |
AssociationMappingImpl<Z,X,Y>
AbstractMapping for associations.
|
class |
BasicMappingImpl<Z,X>
The mapping for basic attributes.
|
class |
ElementCollectionMappingImpl<Z,C,E>
AbstractMapping for element collections.
|
class |
ElementMappingImpl<X>
Root mapping for Embeddable element mappings.
|
class |
EmbeddedMappingImpl<Z,X>
AbstractMapping for the entities.
|
class |
EntityMapping<X>
AbstractMapping for the entities.
|
class |
PluralAssociationMappingImpl<Z,C,E> |
class |
SingularAssociationMappingImpl<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Mapping<? super X,?,?>> |
AbstractParentMapping.getChildren()
Returns the children of the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractParentMapping.inherit(Collection<Mapping<? super X,?,?>> children)
Inherits the mappings from the parent.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<?,?,?> |
Column.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
ElementColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
JoinColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
MapKeyColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
ForeignKey.getMapping()
Returns the mapping of the ForeignKey.
|
Mapping<?,?,?> |
DiscriminatorColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
OrderColumn.getMapping()
Returns the mapping of the BasicColumn.
|
abstract Mapping<?,?,?> |
AbstractColumn.getMapping()
Returns the mapping of the BasicColumn.
|
| Constructor and Description |
|---|
ElementColumn(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
CollectionTable table,
String name,
Class<?> javaType,
javax.persistence.EnumType enumType,
javax.persistence.TemporalType temporalType,
boolean lob,
ColumnMetadata metadata) |
ForeignKey(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
List<JoinColumnMetadata> metadata)
Constructor to create a join foreign key
|
ForeignKey(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
List<JoinColumnMetadata> metadata,
boolean inverseOwner)
Constructor to create a join foreign key
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationMapping<Z,X,Y>
The interface for association mappings.
|
interface |
BasicMapping<Z,X>
The interface for basic mappings.
|
interface |
ElementCollectionMapping<Z,C,E>
The interface for element collection mappings.
|
interface |
EmbeddedMapping<Z,X>
The interface for
EmbeddedMappings and BasicMappings. |
interface |
ParentMapping<Z,X> |
interface |
PluralMapping<Z,C,E>
Mappings that corresponds to singular attributes.
|
interface |
SingularAssociationMapping<Z,X>
The interface for singular associated joins.
|
interface |
SingularMapping<Z,X>
Mappings that corresponds to singular attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<? super X,?,?> |
RootMapping.getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<? super X,?,?> |
ParentMapping.getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<?,?,?> |
RootMapping.getMapping(String path)
Returns the mapping corresponding to the path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Mapping<? super X,?,?>> |
ParentMapping.getChildren()
Returns the children of the mapping.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.