Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionJoin<Z,E>
A join to an entity.
|
interface |
ListJoin<Z,E>
A join to an entity.
|
interface |
MapJoin<Z,K,V>
A join to an entity.
|
interface |
PluralJoin<Z,C,E>
A common join interface to all collection types.
|
interface |
SetJoin<Z,E>
A join to an entity.
|
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 joinType) |
<X,Y> Join<X,Y> |
From.join(java.lang.String attributeName) |
<X,Y> Join<X,Y> |
From.join(java.lang.String attributeName,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Join<?,?>> |
Subquery.getCorrelatedJoins() |
java.util.Set<Join<X,?>> |
From.getJoins() |
Modifier and Type | Method and Description |
---|---|
<X,Y> Join<X,Y> |
Subquery.correlate(Join<X,Y> parentJoin) |