Package | Description |
---|---|
org.hibernate.hql.ast.origin.hql.resolve.path | |
org.hibernate.hql.ast.spi |
Modifier and Type | Method and Description |
---|---|
AggregationPropertyPath.Type |
AggregationPropertyPath.getType() |
static AggregationPropertyPath.Type |
AggregationPropertyPath.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationPropertyPath.Type[] |
AggregationPropertyPath.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AggregationPropertyPath(AggregationPropertyPath.Type type,
PropertyPath propertyPath) |
Modifier and Type | Field and Description |
---|---|
protected AggregationPropertyPath.Type |
SingleEntityQueryRendererDelegate.aggregationType |
Modifier and Type | Method and Description |
---|---|
void |
QueryRendererDelegate.activateAggregation(AggregationPropertyPath.Type aggregationType) |
void |
SingleEntityQueryRendererDelegate.activateAggregation(AggregationPropertyPath.Type aggregationType) |
void |
SingleEntityHavingQueryBuilder.addComparisonPredicate(AggregationPropertyPath.Type aggregationType,
List<String> propertyPath,
ComparisonPredicate.Type comparisonType,
Object value) |
void |
SingleEntityHavingQueryBuilder.addInPredicate(AggregationPropertyPath.Type aggregationType,
List<String> propertyPath,
List<Object> elements) |
void |
SingleEntityHavingQueryBuilder.addIsNullPredicate(AggregationPropertyPath.Type aggregationType,
List<String> propertyPath) |
void |
SingleEntityHavingQueryBuilder.addLikePredicate(AggregationPropertyPath.Type aggregationType,
List<String> propertyPath,
String patternValue,
Character escapeCharacter) |
void |
SingleEntityHavingQueryBuilder.addRangePredicate(AggregationPropertyPath.Type aggregationType,
List<String> propertyPath,
Object lower,
Object upper) |
Copyright © 2017. All rights reserved.