Uses of Enum Class
org.infinispan.query.dsl.impl.PathExpression.AggregationType
Packages that use PathExpression.AggregationType
Package
Description
Query builder DSL implementation for Ickle (a JP-QL subset).
-
Uses of PathExpression.AggregationType in org.infinispan.query.dsl.impl
Methods in org.infinispan.query.dsl.impl that return PathExpression.AggregationTypeModifier and TypeMethodDescriptionPathExpression.getAggregationType()Returns the enum constant of this class with the specified name.static PathExpression.AggregationType[]PathExpression.AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.query.dsl.impl with parameters of type PathExpression.AggregationTypeModifierConstructorDescriptionPathExpression(PathExpression.AggregationType aggregationType, String path)