| Package | Description | 
|---|---|
| org.objectquery | |
| org.objectquery.generic | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ObjectQuery<T>
 ObjectQuery is the main inteface for build a "SELECT" query, it allow to add
 projection, condition, order and having clauses using instances of domain
 classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCondition | 
QueryCondition.and()
Create a condition group and. 
 | 
QueryCondition | 
QueryCondition.or()
Create a condition group or. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericObjectQuery<T>  | 
class  | 
QueryConditionImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCondition | 
QueryConditionImpl.and()  | 
QueryCondition | 
QueryConditionImpl.or()  | 
Copyright © 2013 Object Query. All Rights Reserved.