|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluralAttributePath | |
---|---|
org.hibernate.ejb.criteria.expression | |
org.hibernate.ejb.criteria.predicate |
Uses of PluralAttributePath in org.hibernate.ejb.criteria.expression |
---|
Methods in org.hibernate.ejb.criteria.expression that return PluralAttributePath | |
---|---|
PluralAttributePath<C> |
SizeOfCollectionExpression.getCollectionPath()
|
Constructors in org.hibernate.ejb.criteria.expression with parameters of type PluralAttributePath | |
---|---|
SizeOfCollectionExpression(CriteriaBuilderImpl criteriaBuilder,
PluralAttributePath<C> collectionPath)
|
Uses of PluralAttributePath in org.hibernate.ejb.criteria.predicate |
---|
Methods in org.hibernate.ejb.criteria.predicate that return PluralAttributePath | |
---|---|
PluralAttributePath<C> |
MemberOfPredicate.getCollectionPath()
|
PluralAttributePath<C> |
IsEmptyPredicate.getOperand()
|
Constructors in org.hibernate.ejb.criteria.predicate with parameters of type PluralAttributePath | |
---|---|
IsEmptyPredicate(CriteriaBuilderImpl criteriaBuilder,
PluralAttributePath<C> collectionPath)
|
|
MemberOfPredicate(CriteriaBuilderImpl criteriaBuilder,
E element,
PluralAttributePath<C> collectionPath)
|
|
MemberOfPredicate(CriteriaBuilderImpl criteriaBuilder,
Expression<E> elementExpression,
PluralAttributePath<C> collectionPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |