Uses of Class
org.apache.cayenne.query.ProcedureCall
Package
Description
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of ProcedureCall in org.apache.cayenne.query
Modifier and TypeMethodDescriptionProcedureCall.capsStrategy
(CapsStrategy capsStrategy) static ProcedureCall
<DataRow> ProcedureCall.dataRowQuery
(String procedure) Creates procedure call returning data rows using name of stored procedure defined in the mapping file.ProcedureCall.limit
(int fetchLimit) ProcedureCall.offset
(int fetchOffset) static ProcedureCall
Creates procedure call using name of stored procedure defined in the mapping file.static <T> ProcedureCall
<T> Creates procedure call using name of stored procedure defined in the mapping file and specifies data type of the objects it should return.ProcedureCall.resultDescriptor
(ColumnDescriptor[] resultDescriptor)