Class InExpressionNode<T>
- java.lang.Object
-
- org.glassfish.ha.store.criteria.spi.ExpressionNode<T>
-
- org.glassfish.ha.store.criteria.spi.BinaryExpressionNode<Boolean>
-
- org.glassfish.ha.store.criteria.spi.LogicalExpressionNode
-
- org.glassfish.ha.store.criteria.spi.InExpressionNode<T>
-
- Type Parameters:
T- The type of operands involved
- All Implemented Interfaces:
Expression<Boolean>
public class InExpressionNode<T> extends LogicalExpressionNode
A node that represnt the "in" operation- Author:
- Mahesh.Kannan@Sun.Com
-
-
Field Summary
-
Fields inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
returnType
-
-
Constructor Summary
Constructors Constructor Description InExpressionNode(ExpressionNode<T> value, Collection<? extends T> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
InExpressionNode
public InExpressionNode(ExpressionNode<T> value, Collection<? extends T> entries)
-
-
Method Detail
-
getEntries
public Collection<? extends T> getEntries()
-
-