blob: a702929e96fdc20917fc86ae6fe79ced3ecafb25 [file] [log] [blame]
Title: Stored Procedures
<P>In addition to mapping database tables and views as entities, Cayenne allows mapping and executing database stored procedures. Just like table structure is described by DbEntities, stored procedures are described by Procedure class. Stored procedures are created using CayenneModeler, and are executed using ProcedureQuery, as described in the following chapters.</P>
<H3><A name="StoredProcedures-Sections"></A>Sections</H3>
<OL>
<LI><A href="selecting-objects.html" title="Selecting Objects">Selecting Objects</A></LI>
<LI><A href="executing-a-stored-procedure.html" title="Executing a Stored Procedure">Executing a Stored Procedure</A></LI>
<LI><A href="stored-procedures-and-transactions.html" title="Stored Procedures and Transactions">Stored Procedures and Transactions</A></LI>
</OL>