Package | Description |
---|---|
org.glassfish.ha.store.criteria | |
org.glassfish.ha.store.criteria.spi | |
org.glassfish.ha.store.spi |
Modifier and Type | Method and Description |
---|---|
<T> AttributeAccessNode<V,T> |
ExpressionBuilder.attr(AttributeMetadata<V,T> meta) |
<T> LogicalExpressionNode |
ExpressionBuilder.eq(AttributeMetadata<V,T> meta1,
AttributeMetadata<V,T> meta2) |
<T> LogicalExpressionNode |
ExpressionBuilder.eq(AttributeMetadata<V,T> meta1,
AttributeMetadata<V,T> meta2) |
<T extends Number> |
ExpressionBuilder.eq(AttributeMetadata<V,T> meta,
LiteralNode<T> value) |
<T> LogicalExpressionNode |
ExpressionBuilder.eq(AttributeMetadata<V,T> meta,
T value) |
<T extends Number> |
ExpressionBuilder.eq(LiteralNode<T> value,
AttributeMetadata<V,T> meta) |
<T> LogicalExpressionNode |
ExpressionBuilder.eq(T value,
AttributeMetadata<V,T> meta) |
Modifier and Type | Method and Description |
---|---|
AttributeMetadata<V,T> |
AttributeAccessNode.getAttributeMetadata()
Return the SessionAttributeMetadata associated with this Attribute
|
Constructor and Description |
---|
AttributeAccessNode(AttributeMetadata<V,T> attr) |
Modifier and Type | Method and Description |
---|---|
AttributeMetadata<S,?> |
StoreEntryMetadata.getAttributeMetadata(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeMetadata<S,?>> |
StoreEntryMetadata.getAllAttributeMetadata() |
Copyright © 2016 Oracle Corporation. All rights reserved.