| Package | Description | 
|---|---|
| org.objectquery | |
| org.objectquery.generic | 
| Modifier and Type | Method and Description | 
|---|---|
HavingCondition | 
ObjectQuery.having(Object projection,
      ProjectionType type)
Declare an having condition on projection. 
 | 
void | 
ObjectQuery.order(Object order,
     ProjectionType projectionType,
     OrderType type)
Add an order to query. 
 | 
void | 
ObjectQuery.prj(Object projection,
   ProjectionType type)
Add a projection to query with an operator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProjectionType | 
Having.getProjectionType()  | 
ProjectionType | 
Order.getProjectionType()  | 
ProjectionType | 
Projection.getType()  | 
static ProjectionType | 
ProjectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ProjectionType[] | 
ProjectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HavingCondition | 
GenericObjectQuery.having(Object projection,
      ProjectionType type)  | 
void | 
GenericInternalQueryBuilder.having(PathItem item,
      ProjectionType projectionType,
      ConditionType conditionType,
      Object value)  | 
void | 
InternalQueryBuilder.having(PathItem item,
      ProjectionType projectionType,
      ConditionType conditionType,
      Object value)
Create Add a new having item 
 | 
void | 
GenericObjectQuery.order(Object order,
     ProjectionType projectionType,
     OrderType type)  | 
void | 
GenericInternalQueryBuilder.order(PathItem item,
     ProjectionType projectionType,
     OrderType type)  | 
void | 
InternalQueryBuilder.order(PathItem item,
     ProjectionType projectionType,
     OrderType type)
Add an order to query. 
 | 
void | 
GenericObjectQuery.prj(Object projection,
   ProjectionType type)  | 
void | 
GenericInternalQueryBuilder.projection(PathItem item,
          ProjectionType type)  | 
void | 
InternalQueryBuilder.projection(PathItem item,
          ProjectionType type)
Add a projection to query with an operator. 
 | 
| Constructor and Description | 
|---|
GenericHavingCondition(InternalQueryBuilder builder,
                      PathItem item,
                      ProjectionType type)  | 
Having(PathItem item,
      ProjectionType projectionType,
      ConditionType conditionType,
      Object value)  | 
Order(PathItem item,
     ProjectionType projectionType,
     OrderType type)  | 
Projection(PathItem item,
          ProjectionType type)  | 
Copyright © 2013 Object Query. All Rights Reserved.