Uses of Interface
org.apache.cayenne.QueryResultItem
Packages that use QueryResultItem
Package
Description
Contains persistence APIs directly accessible by users.
General utility classes.
- 
Uses of QueryResultItem in org.apache.cayenneConstructor parameters in org.apache.cayenne with type arguments of type QueryResultItemModifierConstructorDescriptionProcedureResult(List<QueryResultItem> resultItems) ProcedureResult(List<QueryResultItem> resultItems, Class<T> resultClass) 
- 
Uses of QueryResultItem in org.apache.cayenne.utilFields in org.apache.cayenne.util with type parameters of type QueryResultItemModifier and TypeFieldDescriptionprotected List<QueryResultItem>QueryResultBuilder.queryResultprotected List<QueryResultItem>GenericQueryResult.resultItemsMethods in org.apache.cayenne.util that return types with arguments of type QueryResultItemConstructor parameters in org.apache.cayenne.util with type arguments of type QueryResultItemModifierConstructorDescriptionGenericQueryResult(List<QueryResultItem> resultItems) GenericQueryResult(List<QueryResultItem> resultItems, Class<T> resultClass)