Uses of Interface
org.glassfish.ha.store.spi.AttributeMetadata
-
Packages that use AttributeMetadata Package Description 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 Modifier and Type Method Description <T> AttributeAccessNode<V,T>ExpressionBuilder. attr(AttributeMetadata<V,T> meta)<T extends Number>
LogicalExpressionNodeExpressionBuilder. eq(LiteralNode<T> value, AttributeMetadata<V,T> meta)<T extends Number>
LogicalExpressionNodeExpressionBuilder. eq(AttributeMetadata<V,T> meta, LiteralNode<T> value)<T> LogicalExpressionNodeExpressionBuilder. eq(AttributeMetadata<V,T> meta1, AttributeMetadata<V,T> meta2)<T> LogicalExpressionNodeExpressionBuilder. eq(AttributeMetadata<V,T> meta, T value)<T> LogicalExpressionNodeExpressionBuilder. 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 Modifier and Type Method Description AttributeMetadata<V,T>AttributeAccessNode. getAttributeMetadata()Return the SessionAttributeMetadata associated with this AttributeConstructors in org.glassfish.ha.store.criteria.spi with parameters of type AttributeMetadata Constructor Description AttributeAccessNode(AttributeMetadata<V,T> attr) -
Uses of AttributeMetadata in org.glassfish.ha.store.spi
Methods in org.glassfish.ha.store.spi that return AttributeMetadata Modifier and Type Method Description AttributeMetadata<S,?>StoreEntryMetadata. getAttributeMetadata(String name)Methods in org.glassfish.ha.store.spi that return types with arguments of type AttributeMetadata Modifier and Type Method Description Collection<AttributeMetadata<S,?>>StoreEntryMetadata. getAllAttributeMetadata()
-