Package | Description |
---|---|
org.glassfish.ha.store.criteria | |
org.glassfish.ha.store.criteria.spi |
Modifier and Type | Method and Description |
---|---|
Expression<Boolean> |
Criteria.getExpression() |
Modifier and Type | Method and Description |
---|---|
Criteria<V> |
ExpressionBuilder.setCriteria(Expression<Boolean> expr) |
void |
Criteria.setExpression(Expression<Boolean> expression) |
Modifier and Type | Class and Description |
---|---|
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 © 2016 Oracle Corporation. All rights reserved.