| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.join | |
| org.batoo.jpa.core.impl.instance | |
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Method and Description |
|---|---|
JoinedMapping<? super Z,?,X> |
FetchImpl.getMapping()
Returns the mapping of the fetch.
|
protected JoinedMapping<? super Z,?,X> |
AbstractJoin.getMapping()
Returns the mapping.
|
JoinedMapping<? super Z,?,X> |
FetchParentImpl.getMapping()
Returns the mapping of the fetch.
|
| Constructor and Description |
|---|
AbstractFrom(AbstractFrom<?,Z> parent,
TypeImpl<X> type,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType joinType)
Constructor for joined types
|
AbstractJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType jointType) |
AbstractPluralJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,E> mapping,
javax.persistence.criteria.JoinType jointType) |
FetchImpl(FetchParentImpl<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType joinType) |
FetchParentImpl(JoinedMapping<? super Z,?,X> mapping) |
SingularJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType jointType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedInstance.setJoinLoaded(JoinedMapping<?,?,?> mapping)
Sets the association as loaded.
|
| Modifier and Type | Method and Description |
|---|---|
JoinedMapping<?,?,?>[] |
EntityTypeImpl.getMappingsJoined()
Retuns the element collection mappings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluralMappingEx<Z,C,E>
The base class for
EmbeddedMapping and BasicMapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationMappingImpl<Z,X,Y>
AbstractMapping for associations.
|
class |
ElementCollectionMappingImpl<Z,C,E>
AbstractMapping for element collections.
|
class |
EmbeddedMappingImpl<Z,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 |
|---|---|
JoinedMapping<?,?,?>[] |
AbstractParentMapping.getEagerMappings()
Returns the eager mappings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParentMapping.addJoinedMappings(List<JoinedMapping<?,?,?>> mappingsJoined)
Adds the joined mappings to the list of mappings.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.