All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
From<Z,X> |
getCorrelationParent() |
java.util.Set<Join<X,?>> |
getJoins() |
boolean |
isCorrelated() |
<Y> CollectionJoin<X,Y> |
join(CollectionAttribute<? super X,Y> collection) |
<Y> CollectionJoin<X,Y> |
join(CollectionAttribute<? super X,Y> collection,
JoinType joinType) |
<Y> ListJoin<X,Y> |
join(ListAttribute<? super X,Y> list) |
<Y> ListJoin<X,Y> |
join(ListAttribute<? super X,Y> list,
JoinType joinType) |
<K,V> MapJoin<X,K,V> |
join(MapAttribute<? super X,K,V> map) |
<K,V> MapJoin<X,K,V> |
join(MapAttribute<? super X,K,V> map,
JoinType joinType) |
<Y> SetJoin<X,Y> |
join(SetAttribute<? super X,Y> set) |
<Y> SetJoin<X,Y> |
join(SetAttribute<? super X,Y> set,
JoinType joinType) |
<Y> Join<X,Y> |
join(SingularAttribute<? super X,Y> attribute) |
<Y> Join<X,Y> |
join(SingularAttribute<? super X,Y> attribute,
JoinType joinType) |
<X,Y> Join<X,Y> |
join(java.lang.String attributeName) |
<X,Y> Join<X,Y> |
join(java.lang.String attributeName,
JoinType joinType) |
<X,Y> CollectionJoin<X,Y> |
joinCollection(java.lang.String attributeName) |
<X,Y> CollectionJoin<X,Y> |
joinCollection(java.lang.String attributeName,
JoinType joinType) |
<X,Y> ListJoin<X,Y> |
joinList(java.lang.String attributeName) |
<X,Y> ListJoin<X,Y> |
joinList(java.lang.String attributeName,
JoinType joinType) |
<X,K,V> MapJoin<X,K,V> |
joinMap(java.lang.String attributeName) |
<X,K,V> MapJoin<X,K,V> |
joinMap(java.lang.String attributeName,
JoinType joinType) |
<X,Y> SetJoin<X,Y> |
joinSet(java.lang.String attributeName) |
<X,Y> SetJoin<X,Y> |
joinSet(java.lang.String attributeName,
JoinType joinType) |