Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOF Tools and Techniques

Table of Contents Previous Section

Fetch Specifications

To perform a query in an Enterprise Objects Framework application, you use an EOFetchSpecification object. Fetch specifications have associated with them an entity, a qualifier, a sort ordering, and several other options. You can create fetch specifications programmatically, or you can use EOModeler to create and store them. For more information on the EOFetchSpecification class, see its specification in the Enterprise Objects Framework Reference.

Table of Contents Next Section