Package | Description |
---|---|
org.hibernate.jpa.criteria | |
org.hibernate.jpa.criteria.path |
Modifier and Type | Method and Description |
---|---|
ListJoinImplementor<Z,X> |
ListJoinImplementor.correlateTo(CriteriaSubqueryImpl subquery) |
ListJoinImplementor<Z,X> |
ListJoinImplementor.on(Expression<Boolean> restriction) |
ListJoinImplementor<Z,X> |
ListJoinImplementor.on(Predicate... restrictions) |
<T extends X> |
ListJoinImplementor.treatAs(Class<T> treatAsType) |
Modifier and Type | Class and Description |
---|---|
class |
ListAttributeJoin<O,E>
Models a join based on a list-style plural association attribute.
|
static class |
ListAttributeJoin.TreatedListAttributeJoin<O,T> |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.