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(Expression<Boolean> restriction) |
SetJoinImplementor<Z,X> |
SetJoinImplementor.on(Predicate... restrictions) |
<T extends X> |
SetJoinImplementor.treatAs(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(Expression<Boolean> restriction) |
SetJoinImplementor<O,E> |
SetAttributeJoin.on(Predicate... restrictions) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.