| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.join | |
| org.batoo.jpa.core.impl.instance | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.impl.model.type |
| 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,
JoinType joinType)
Constructor for joined types
|
AbstractJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
JoinType jointType) |
AbstractPluralJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,E> mapping,
JoinType jointType) |
FetchImpl(FetchParentImpl<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
JoinType joinType) |
FetchParentImpl(JoinedMapping<? super Z,?,X> mapping) |
SingularJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
JoinType jointType) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<JoinedMapping<?,?,?>> |
ManagedInstance.getAssociationsLoaded()
Returns the associations that are loaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedInstance.setJoinLoaded(JoinedMapping<?,?,?> mapping)
Sets the association as loaded.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluralMapping<Z,C,E>
The base class for
EmbeddedMapping and BasicMapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationMapping<Z,X,Y>
Mapping for associations.
|
class |
ElementCollectionMapping<Z,C,E>
Mapping for element collections.
|
class |
EmbeddedMapping<Z,X>
Mapping for the entities.
|
class |
PluralAssociationMapping<Z,C,E> |
class |
SingularAssociationMapping<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Method and Description |
|---|---|
JoinedMapping<?,?,?>[] |
ParentMapping.getEagerMappings()
Returns the eager mappings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParentMapping.addJoinedMappings(List<JoinedMapping<?,?,?>> mappingsJoined)
Adds the joined mappings to the list of mappings.
|
| Modifier and Type | Method and Description |
|---|---|
JoinedMapping<?,?,?>[] |
EntityTypeImpl.getMappingsJoined()
Retuns the element collection mappings.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.