| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryBuilder
Factory interface for query definition objects
| Method Summary | |
|---|---|
|  QueryDefinition | createQueryDefinition()Create an uninitialized query definition object. | 
|  DomainObject | createQueryDefinition(Class root)Create a query definition object with the given root. | 
|  DomainObject | createSubqueryDefinition(PathExpression path)Create a query definition object whose root is derived from a domain object of the containing query. | 
| Method Detail | 
|---|
QueryDefinition createQueryDefinition()
DomainObject createQueryDefinition(Class root)
cls - -
            an entity class
DomainObject createSubqueryDefinition(PathExpression path)
path - -
             path expression corresponding to the domain object used to
             derive the subquery root.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||