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.cayenne
Subinterfaces with type arguments of type QueryResultItem in org.apache.cayenneModifier and TypeInterfaceDescriptioninterfaceQueryResult<T>Represents a collection of items which are results of a multipart query execution.Constructor 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.util
Fields 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)