|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListJoin | |
---|---|
javax.persistence.criteria |
Uses of ListJoin in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return ListJoin | ||
---|---|---|
|
Subquery.correlate(ListJoin<X,Y> parentList)
Create a subquery list join object correlated to a list join object of the enclosing query. |
|
|
From.join(ListAttribute<? super X,Y> list)
Create an inner join to the specified List-valued attribute. |
|
|
From.join(ListAttribute<? super X,Y> list,
JoinType jt)
Create a join to the specified List-valued attribute using the given join type. |
|
|
From.joinList(String attributeName)
Create an inner join to the specified List-valued attribute. |
|
|
From.joinList(String attributeName,
JoinType jt)
Create a join to the specified List-valued attribute using the given join type. |
Methods in javax.persistence.criteria with parameters of type ListJoin | ||
---|---|---|
|
Subquery.correlate(ListJoin<X,Y> parentList)
Create a subquery list join object correlated to a list join object of the enclosing query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |