Uses of Class
org.apache.cayenne.query.IndirectQuery
| Package | Description | 
|---|---|
| org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create
custom queries. | 
- 
Uses of IndirectQuery in org.apache.cayenne.querySubclasses of IndirectQuery in org.apache.cayenne.query Modifier and Type Class Description classAbstractMappedQueryclassColumnSelect<T>A helper builder for queries selecting individual properties based on the root object.classFluentSelect<T>Base class forObjectSelectandColumnSelectclassMappedExecA query that represents a named parameterized non selecting query stored in the mapping.classMappedSelect<T>A query that represents a named parameterized selecting query stored in the mapping.classObjectIdQueryA query that matches zero or one object or data row corresponding to the ObjectId.classObjectSelect<T>A selecting query providing chainable API.classProcedureCall<T>Fluent API for calling stored procedures.classRelationshipQueryA query that selects objects related to a given object via a mapped relationship.classSelectById<T>A query to select single objects by id.classSQLExecA generic query based on raw SQL and featuring fluent API.classSQLSelect<T>A selecting query based on raw SQL and featuring fluent API.