| Package | Description |
|---|---|
| org.hibernate.jpa.criteria.path |
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAttributeJoin.TreatedListAttributeJoin<O,T> |
| Modifier and Type | Method and Description |
|---|---|
ListAttributeJoin<O,E> |
ListAttributeJoin.correlateTo(CriteriaSubqueryImpl subquery) |
ListAttributeJoin<O,E> |
ListAttributeJoin.on(javax.persistence.criteria.Expression<Boolean> restriction) |
ListAttributeJoin<O,E> |
ListAttributeJoin.on(javax.persistence.criteria.Predicate... restrictions) |
<T extends E> |
ListAttributeJoin.treatAs(Class<T> treatAsType) |
| Constructor and Description |
|---|
TreatedListAttributeJoin(ListAttributeJoin<O,? super T> original,
Class<T> treatAsType) |
Copyright © 2016. All rights reserved.