Uses of Class
org.infinispan.query.dsl.impl.PathExpression.AggregationType
-
Packages that use PathExpression.AggregationType Package Description org.infinispan.query.dsl.impl 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.AggregationType Modifier and Type Method Description PathExpression.AggregationTypePathExpression. getAggregationType()static PathExpression.AggregationTypePathExpression.AggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PathExpression.AggregationType[]PathExpression.AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.query.dsl.impl with parameters of type PathExpression.AggregationType Constructor Description PathExpression(PathExpression.AggregationType aggregationType, String path)
-