Introduction

This chapter provides an overview of entity operations, which are covered in more detail in the following sections and chapters.

In the SDEJ, a database operation is an operation of an entity class whose stereotype is recognized by the Cúram generator. For these operations the generator will generate data-access Java code based on the stereotype.

The generator treats all other operations as if their stereotype was blank and will produce Java interfaces and factories for them, but does not generate any data-access code for these operations. The developer must then provide the implementation.