|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||