Uses of Interface
org.glassfish.ha.store.spi.AttributeMetadata

Packages that use AttributeMetadata
org.glassfish.ha.store.criteria   
org.glassfish.ha.store.criteria.spi   
org.glassfish.ha.store.spi   
 

Uses of AttributeMetadata in org.glassfish.ha.store.criteria
 

Methods in org.glassfish.ha.store.criteria with parameters of type AttributeMetadata
<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>
LogicalExpressionNode
ExpressionBuilder.eq(AttributeMetadata<V,T> meta, LiteralNode<T> value)
           
<T> LogicalExpressionNode
ExpressionBuilder.eq(AttributeMetadata<V,T> meta, T value)
           
<T extends Number>
LogicalExpressionNode
ExpressionBuilder.eq(LiteralNode<T> value, AttributeMetadata<V,T> meta)
           
<T> LogicalExpressionNode
ExpressionBuilder.eq(T value, AttributeMetadata<V,T> meta)
           
 

Uses of AttributeMetadata in org.glassfish.ha.store.criteria.spi
 

Methods in org.glassfish.ha.store.criteria.spi that return AttributeMetadata
 AttributeMetadata<V,T> AttributeAccessNode.getAttributeMetadata()
          Return the SessionAttributeMetadata associated with this Attribute
 

Constructors in org.glassfish.ha.store.criteria.spi with parameters of type AttributeMetadata
AttributeAccessNode(AttributeMetadata<V,T> attr)
           
 

Uses of AttributeMetadata in org.glassfish.ha.store.spi
 

Methods in org.glassfish.ha.store.spi that return AttributeMetadata
 AttributeMetadata<S,?> StoreEntryMetadata.getAttributeMetadata(String name)
           
 

Methods in org.glassfish.ha.store.spi that return types with arguments of type AttributeMetadata
 Collection<AttributeMetadata<S,?>> StoreEntryMetadata.getAllAttributeMetadata()
           
 



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