| Package | Description |
|---|---|
| org.hibernate.jpa.criteria | |
| org.hibernate.jpa.criteria.path |
| Modifier and Type | Method and Description |
|---|---|
SetJoinImplementor<Z,X> |
SetJoinImplementor.correlateTo(CriteriaSubqueryImpl subquery) |
SetJoinImplementor<Z,X> |
SetJoinImplementor.on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction) |
SetJoinImplementor<Z,X> |
SetJoinImplementor.on(javax.persistence.criteria.Predicate... restrictions) |
<T extends X> |
SetJoinImplementor.treatAs(java.lang.Class<T> treatAsType) |
| 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 |
|---|---|
SetJoinImplementor<O,E> |
SetAttributeJoin.on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction) |
SetJoinImplementor<O,E> |
SetAttributeJoin.on(javax.persistence.criteria.Predicate... restrictions) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.