|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Java type being represented hereK - Key type of the map being represented hereV - Value type of the map being represented herepublic interface MapExpression<T extends java.util.Map<K,V>,K,V>
Representation of a map in a query.
| Method Summary | |
|---|---|
BooleanExpression |
containsEntry(Expression expr)
Method returning whether the specified entry expression is contained in this map. |
BooleanExpression |
containsEntry(java.util.Map.Entry<K,V> entry)
Method returning whether the specified entry is contained in this map. |
BooleanExpression |
containsKey(Expression expr)
Method returning whether the specified key expression is contained in this map. |
BooleanExpression |
containsKey(K key)
Method returning whether the specified key is contained in this map. |
BooleanExpression |
containsValue(Expression expr)
Method returning whether the specified value expression is contained in this map. |
BooleanExpression |
containsValue(V value)
Method returning whether the specified value is contained in this map. |
BooleanExpression |
isEmpty()
Method returning whether the map is empty. |
NumericExpression<java.lang.Integer> |
size()
Method returning an expression for the size of the map |
| Methods inherited from interface org.datanucleus.query.typesafe.Expression |
|---|
cast, count, countDistinct, eq, eq, instanceOf, ne, ne |
| Method Detail |
|---|
BooleanExpression containsKey(Expression expr)
expr - The key expression
BooleanExpression containsKey(K key)
key - The key
BooleanExpression containsValue(Expression expr)
expr - The value expression
BooleanExpression containsValue(V value)
value - The value
BooleanExpression containsEntry(Expression expr)
expr - The entry expression
BooleanExpression containsEntry(java.util.Map.Entry<K,V> entry)
entry - The entry expression
BooleanExpression isEmpty()
NumericExpression<java.lang.Integer> size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||