Package | Description |
---|---|
org.hibernate.query.criteria.internal.path |
Modifier and Type | Class and Description |
---|---|
static class |
CollectionAttributeJoin.TreatedCollectionAttributeJoin<O,T> |
Modifier and Type | Method and Description |
---|---|
CollectionAttributeJoin<O,E> |
CollectionAttributeJoin.correlateTo(CriteriaSubqueryImpl subquery) |
CollectionAttributeJoin<O,E> |
CollectionAttributeJoin.on(Expression<Boolean> restriction) |
CollectionAttributeJoin<O,E> |
CollectionAttributeJoin.on(Predicate... restrictions) |
<T extends E> |
CollectionAttributeJoin.treatAs(Class<T> treatAsType) |
Constructor and Description |
---|
TreatedCollectionAttributeJoin(CollectionAttributeJoin<O,? super T> original,
Class<T> treatAsType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.