blob: 5bef63e6efd80f9ae6ea2c7600a4a2ec11dd608b [file] [log] [blame]
Title: SQLTemplate Query
<P>Not all features of SQL can (or should) be mapped in the object model in terms of Persistent objects. For such cases Cayenne provides a powerful mechanism for running both selecting and non-selecting SQL using scriptable SQLTemplate query. The following chapters describe how SQLTemplates can be created and executed, showing how to build SQL dynamically, bind parameters and describe result sets with SQLTemplate scripting features.</P>
<H3><A name="SQLTemplateQuery-Sections"></A>Sections</H3>
<OL>
<LI><A href="sqltemplate-basics.html" title="SQLTemplate Basics">SQLTemplate Basics</A></LI>
<LI><A href="scripting-sqltemplate.html" title="Scripting SQLTemplate">Scripting SQLTemplate</A></LI>
<LI><A href="sqltemplate-result-mapping.html" title="SQLTemplate Result Mapping">SQLTemplate Result Mapping</A></LI>
<LI><A href="advanced-sqltemplate.html" title="Advanced SQLTemplate">Advanced SQLTemplate</A></LI>
</OL>