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>
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 -
Method Summary
Methods inherited from class org.glassfish.ha.store.criteria.spi.LogicalExpressionNode
and, eq, getReturnType, isNotTrue, isTrue, neq, orMethods inherited from class org.glassfish.ha.store.criteria.spi.BinaryExpressionNode
getLeft, getRightMethods inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
getOpcode
-
Constructor Details
-
InExpressionNode
-
-
Method Details
-
getEntries
-