|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.ha.store.criteria.spi.ExpressionNode<T>
org.glassfish.ha.store.criteria.spi.BinaryExpressionNode<java.lang.Boolean>
org.glassfish.ha.store.criteria.spi.LogicalExpressionNode
org.glassfish.ha.store.criteria.spi.InExpressionNode<T>
T - The type of operands involvedpublic class InExpressionNode<T>
A node that represnt the "in" operation
| Field Summary |
|---|
| Fields inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode |
|---|
returnType |
| Constructor Summary | |
|---|---|
InExpressionNode(ExpressionNode<T> value,
java.util.Collection<? extends T> entries)
|
|
| Method Summary | |
|---|---|
java.util.Collection<? extends T> |
getEntries()
|
| Methods inherited from class org.glassfish.ha.store.criteria.spi.LogicalExpressionNode |
|---|
and, eq, getReturnType, isNotTrue, isTrue, neq, or |
| Methods inherited from class org.glassfish.ha.store.criteria.spi.BinaryExpressionNode |
|---|
getLeft, getRight |
| Methods inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode |
|---|
getOpcode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InExpressionNode(ExpressionNode<T> value,
java.util.Collection<? extends T> entries)
| Method Detail |
|---|
public java.util.Collection<? extends T> getEntries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||