Package | Description |
---|---|
javax.persistence.criteria | |
org.hibernate.jpa.criteria | |
org.hibernate.jpa.criteria.path |
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.
|
CollectionJoin<Z,E> |
CollectionJoin.on(Expression<Boolean> restriction)
Modify the join to restrict the result according to the
specified ON condition.
|
CollectionJoin<Z,E> |
CollectionJoin.on(Predicate... restrictions)
Modify the join to restrict the result according to the
specified ON condition.
|
<X,T,E extends T> |
CriteriaBuilder.treat(CollectionJoin<X,T> join,
Class<E> type)
Downcast CollectionJoin object to the specified 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.
|
<X,T,E extends T> |
CriteriaBuilder.treat(CollectionJoin<X,T> join,
Class<E> type)
Downcast CollectionJoin object to the specified type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionJoinImplementor<Z,X>
Specialization of
JoinImplementor for Collection typed attribute joins |
Modifier and Type | Method and Description |
---|---|
<X,Y> CollectionJoin<X,Y> |
CriteriaSubqueryImpl.correlate(CollectionJoin<X,Y> source) |
<X,T,E extends T> |
CriteriaBuilderImpl.treat(CollectionJoin<X,T> join,
Class<E> type) |
Modifier and Type | Method and Description |
---|---|
<X,Y> CollectionJoin<X,Y> |
CriteriaSubqueryImpl.correlate(CollectionJoin<X,Y> source) |
<X,T,E extends T> |
CriteriaBuilderImpl.treat(CollectionJoin<X,T> join,
Class<E> type) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionAttributeJoin<O,E>
Models a join based on a plural association attribute.
|
static class |
CollectionAttributeJoin.TreatedCollectionAttributeJoin<O,T> |
Modifier and Type | Method and Description |
---|---|
<Y> CollectionJoin<X,Y> |
AbstractFromImpl.join(CollectionAttribute<? super X,Y> collection) |
<Y> CollectionJoin<X,Y> |
AbstractFromImpl.join(CollectionAttribute<? super X,Y> collection,
JoinType jt) |
<X,Y> CollectionJoin<X,Y> |
AbstractFromImpl.joinCollection(String attributeName) |
<X,Y> CollectionJoin<X,Y> |
AbstractFromImpl.joinCollection(String attributeName,
JoinType jt) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.