Uses of Interface
org.glassfish.ha.store.criteria.Expression
-
Packages that use Expression Package Description org.glassfish.ha.store.criteria org.glassfish.ha.store.criteria.spi -
-
Uses of Expression in org.glassfish.ha.store.criteria
Methods in org.glassfish.ha.store.criteria that return Expression Modifier and Type Method Description Expression<Boolean>Criteria. getExpression()Methods in org.glassfish.ha.store.criteria with parameters of type Expression Modifier and Type Method Description Criteria<V>ExpressionBuilder. setCriteria(Expression<Boolean> expr)voidCriteria. setExpression(Expression<Boolean> expression) -
Uses of Expression in org.glassfish.ha.store.criteria.spi
Classes in org.glassfish.ha.store.criteria.spi that implement Expression Modifier and Type Class Description classAttributeAccessNode<V,T>An ExpressionNode that denotes an Attribute access.classBinaryExpressionNode<T>A class that represents a binary operation.classExpressionNode<T>An abstract class that represents some operation.classInExpressionNode<T>A node that represnt the "in" operationclassLiteralNode<T>A node that represents a LiteralclassLogicalExpressionNodeAn ExpressionNode that denotes a logical operation.
-