| Package | Description |
|---|---|
| org.hibernate.jpa.criteria.expression | |
| org.hibernate.jpa.criteria.path | |
| org.hibernate.jpa.criteria.predicate |
| Modifier and Type | Method and Description |
|---|---|
PluralAttributePath<C> |
SizeOfCollectionExpression.getCollectionPath() |
| Constructor and Description |
|---|
SizeOfCollectionExpression(CriteriaBuilderImpl criteriaBuilder,
PluralAttributePath<C> collectionPath) |
| Modifier and Type | Method and Description |
|---|---|
<T extends X> |
PluralAttributePath.treatAs(Class<T> treatAsType) |
| Modifier and Type | Method and Description |
|---|---|
PluralAttributePath<C> |
MemberOfPredicate.getCollectionPath() |
PluralAttributePath<C> |
IsEmptyPredicate.getOperand() |
| Constructor and Description |
|---|
IsEmptyPredicate(CriteriaBuilderImpl criteriaBuilder,
PluralAttributePath<C> collectionPath) |
MemberOfPredicate(CriteriaBuilderImpl criteriaBuilder,
E element,
PluralAttributePath<C> collectionPath) |
MemberOfPredicate(CriteriaBuilderImpl criteriaBuilder,
Expression<E> elementExpression,
PluralAttributePath<C> collectionPath) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.