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