Package | Description |
---|---|
org.infinispan.query.dsl.impl |
DSL implementation and translation to internal intermediary representation based on a JPQL syntax subset.
|
Modifier and Type | Method and Description |
---|---|
PathExpression.AggregationType |
PathExpression.getAggregationType() |
static PathExpression.AggregationType |
PathExpression.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.
|
Constructor and Description |
---|
PathExpression(PathExpression.AggregationType aggregationType,
String path) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.