| Package | Description |
|---|---|
| org.hibernate.ejb.criteria.expression | |
| org.hibernate.ejb.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 |
|---|---|
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 © 2012 JBoss by Red Hat. All Rights Reserved.