Uses of Interface
org.glassfish.ha.store.criteria.Expression

Packages that use Expression
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
 Expression<Boolean> Criteria.getExpression()
           
 

Methods in org.glassfish.ha.store.criteria with parameters of type Expression
 Criteria<V> ExpressionBuilder.setCriteria(Expression<Boolean> expr)
           
 void Criteria.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
 class AttributeAccessNode<V,T>
          An ExpressionNode that denotes an Attribute access.
 class BinaryExpressionNode<T>
          A class that represents a binary operation.
 class ExpressionNode<T>
          An abstract class that represents some operation.
 class InExpressionNode<T>
          A node that represnt the "in" operation
 class LiteralNode<T>
          A node that represents a Literal
 class LogicalExpressionNode
          An ExpressionNode that denotes a logical operation.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.