| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.criteria.join |
| Modifier and Type | Class and Description |
|---|---|
class |
RootImpl<X>
A root type in the from clause.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJoin<Z,X>
Abstract implementation of joins.
|
class |
AbstractPluralJoin<Z,C,E>
The implementation of
PluralJoin. |
class |
CollectionJoinImpl<Z,E>
Implementation of
CollectionJoin. |
class |
ListJoinImpl<Z,E>
Implementation of
ListJoin. |
class |
MapJoinImpl<Z,K,V>
Implementation of
ListJoin. |
class |
SetJoinImpl<Z,E>
Implementation of
SetJoin. |
class |
SingularJoin<Z,X>
Joins for singular attributes.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFrom<?,Z> |
AbstractJoin.getParent() |
| 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) |
CollectionJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,Collection<E>,E> mapping,
javax.persistence.criteria.JoinType jointType) |
ListJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,List<E>,E> mapping,
javax.persistence.criteria.JoinType jointType) |
MapJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,Map<K,V>,V> mapping,
javax.persistence.criteria.JoinType jointType) |
SetJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,Set<E>,E> mapping,
javax.persistence.criteria.JoinType jointType) |
SingularJoin(AbstractFrom<?,Z> parent,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType jointType) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.