Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Method and Description |
---|---|
<X,Y> SetJoin<X,Y> |
Subquery.correlate(SetJoin<X,Y> parentSet)
Create a subquery set join object correlated to a set join
object of the enclosing query.
|
<Y> SetJoin<X,Y> |
From.join(SetAttribute<? super X,Y> set)
Create an inner join to the specified Set-valued attribute.
|
<Y> SetJoin<X,Y> |
From.join(SetAttribute<? super X,Y> set,
JoinType jt)
Create a join to the specified Set-valued attribute using
the given join type.
|
<X,Y> SetJoin<X,Y> |
From.joinSet(String attributeName)
Create an inner join to the specified Set-valued attribute.
|
<X,Y> SetJoin<X,Y> |
From.joinSet(String attributeName,
JoinType jt)
Create a join to the specified Set-valued attribute using
the given join type.
|
Modifier and Type | Method and Description |
---|---|
<X,Y> SetJoin<X,Y> |
Subquery.correlate(SetJoin<X,Y> parentSet)
Create a subquery set join object correlated to a set join
object of the enclosing query.
|
Copyright © 2007–2017 Hibernate.org. All rights reserved.