| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create
custom queries. | 
| org.apache.cayenne.util | General utility classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProcedureResult<T>Result of procedure call. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryResult | MappedExec. execute(ObjectContext context) | 
| QueryResult | SQLExec. execute(ObjectContext context) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenericQueryResult<T>Generic implementation of QueryResult using List as QueryResultItem storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryResult | QueryResultBuilder. build() | 
| static QueryResult | QueryResultBuilder. empty() | 
| static QueryResult | QueryResultBuilder. singleObjectSelect(Object selectObject) | 
| static QueryResult | QueryResultBuilder. singleSelect(List<?> selectResult) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.