Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionJoin<Z,E> |
interface |
ListJoin<Z,E> |
interface |
MapJoin<Z,K,V> |
interface |
PluralJoin<Z,C,E> |
interface |
SetJoin<Z,E> |
Modifier and Type | Method and Description |
---|---|
<X,Y> Join<X,Y> |
Subquery.correlate(Join<X,Y> parentJoin) |
<Y> Join<X,Y> |
From.join(SingularAttribute<? super X,Y> attribute) |
<Y> Join<X,Y> |
From.join(SingularAttribute<? super X,Y> attribute,
JoinType jt) |
<X,Y> Join<X,Y> |
From.join(String attributeName) |
<X,Y> Join<X,Y> |
From.join(String attributeName,
JoinType jt) |
Modifier and Type | Method and Description |
---|---|
Set<Join<?,?>> |
Subquery.getCorrelatedJoins() |
Set<Join<X,?>> |
From.getJoins() |
Modifier and Type | Method and Description |
---|---|
<X,Y> Join<X,Y> |
Subquery.correlate(Join<X,Y> parentJoin) |
Copyright © 2016. All rights reserved.