public class GenericHavingCondition extends Object implements HavingCondition
| Constructor and Description |
|---|
GenericHavingCondition(InternalQueryBuilder builder,
GenericSelectQuery<?> objectQuery,
PathItem item,
ProjectionType type) |
GenericHavingCondition(InternalQueryBuilder builder,
GenericSelectQuery<?> objectQuery,
SelectQuery<?> item,
ProjectionType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
eq(Double value)
Add an equal condition on having.
|
void |
gt(Double value)
Add an greater then condition on having.
|
void |
gtEq(Double value)
Add an greater then or equals condition on having.
|
void |
lt(Double value)
Add an less then condition on having.
|
void |
ltEq(Double value)
Add an less then or equal condition on having.
|
void |
max(Double value)
Deprecated.
|
void |
maxEq(Double value)
Deprecated.
|
void |
min(Double value)
Deprecated.
|
void |
minEq(Double value)
Deprecated.
|
void |
notEq(Double value)
Add an not equal condition on having.
|
public GenericHavingCondition(InternalQueryBuilder builder, GenericSelectQuery<?> objectQuery, PathItem item, ProjectionType type)
public GenericHavingCondition(InternalQueryBuilder builder, GenericSelectQuery<?> objectQuery, SelectQuery<?> item, ProjectionType type)
public void eq(Double value)
HavingConditioneq in interface HavingConditionvalue - the operation expected value.public void notEq(Double value)
HavingConditionnotEq in interface HavingConditionvalue - the operation expected value.public void gt(Double value)
HavingConditiongt in interface HavingConditionvalue - the operation expected value.public void gtEq(Double value)
HavingConditiongtEq in interface HavingConditionvalue - the operation expected value.public void lt(Double value)
HavingConditionlt in interface HavingConditionvalue - the operation expected value.public void ltEq(Double value)
HavingConditionltEq in interface HavingConditionvalue - the operation expected value.@Deprecated public void max(Double value)
HavingConditionmax in interface HavingConditionvalue - the operation expected value.@Deprecated public void maxEq(Double value)
HavingConditionmaxEq in interface HavingConditionvalue - the operation expected value.@Deprecated public void min(Double value)
HavingConditionmin in interface HavingConditionvalue - the operation expected value.@Deprecated public void minEq(Double value)
HavingConditionminEq in interface HavingConditionvalue - the operation expected value.Copyright © 2014 Object Query. All rights reserved.