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