|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Java type being represented hereE - Element type of the collection being represented herepublic interface CollectionExpression<T extends java.util.Collection<E>,E>
Representation of a collection in a query.
| Method Summary | |
|---|---|
BooleanExpression |
contains(E elem)
Method returning whether the specified element is contained in this collection. |
BooleanExpression |
contains(Expression expr)
Method returning whether the specified elementexpression is contained in this collection. |
BooleanExpression |
isEmpty()
Method returning whether the collection is empty. |
NumericExpression<java.lang.Integer> |
size()
Method returning an expression for the size of the collection |
| Methods inherited from interface org.datanucleus.query.typesafe.Expression |
|---|
cast, count, countDistinct, eq, eq, instanceOf, ne, ne |
| Method Detail |
|---|
BooleanExpression contains(Expression expr)
expr - The element expression
BooleanExpression contains(E elem)
elem - The element
BooleanExpression isEmpty()
NumericExpression<java.lang.Integer> size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||