Uses of Interface
org.glassfish.ha.store.spi.AttributeMetadata
Packages that use AttributeMetadata
Package
Description
-
Uses of AttributeMetadata in org.glassfish.ha.store.criteria
Methods in org.glassfish.ha.store.criteria with parameters of type AttributeMetadataModifier and TypeMethodDescription<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) ExpressionBuilder.eq(AttributeMetadata<V, T> meta1, AttributeMetadata<V, T> meta2) ExpressionBuilder.eq(AttributeMetadata<V, T> meta, T value) 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 AttributeMetadataModifier and TypeMethodDescriptionAttributeAccessNode.getAttributeMetadata()Return the SessionAttributeMetadata associated with this AttributeConstructors in org.glassfish.ha.store.criteria.spi with parameters of type AttributeMetadata -
Uses of AttributeMetadata in org.glassfish.ha.store.spi
Methods in org.glassfish.ha.store.spi that return AttributeMetadataMethods in org.glassfish.ha.store.spi that return types with arguments of type AttributeMetadata