| Package | Description | 
|---|---|
| org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create
custom queries. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MappedExecA query that represents a named parameterized non selecting query stored in the mapping. | 
| class  | MappedSelect<T>A query that represents a named parameterized selecting query stored in the mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractMappedQuery | AbstractMappedQuery. name(String queryName) | 
| AbstractMappedQuery | AbstractMappedQuery. param(String name,
     Object value) | 
| protected AbstractMappedQuery | AbstractMappedQuery. params(Map<String,?> parameters) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.