Uses of Interface
org.glassfish.ha.store.criteria.Expression
Packages that use Expression
-
Uses of Expression in org.glassfish.ha.store.criteria
Methods in org.glassfish.ha.store.criteria that return ExpressionMethods in org.glassfish.ha.store.criteria with parameters of type ExpressionModifier and TypeMethodDescriptionExpressionBuilder.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 ExpressionModifier and TypeClassDescriptionfinal classAttributeAccessNode<V,T> An ExpressionNode that denotes an Attribute access.classA class that represents a binary operation.classAn abstract class that represents some operation.classA node that represnt the "in" operationclassLiteralNode<T>A node that represents a LiteralclassAn ExpressionNode that denotes a logical operation.