Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Method and Description |
---|---|
<X,Y> ListJoin<X,Y> |
Subquery.correlate(ListJoin<X,Y> parentList) |
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list) |
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list,
JoinType jt) |
<X,Y> ListJoin<X,Y> |
From.joinList(String attributeName) |
<X,Y> ListJoin<X,Y> |
From.joinList(String attributeName,
JoinType jt) |
Modifier and Type | Method and Description |
---|---|
<X,Y> ListJoin<X,Y> |
Subquery.correlate(ListJoin<X,Y> parentList) |
Copyright © 2018. All rights reserved.