Entity Operation Wizard

The Entity Operation Wizard is to create standard and non-standard database operations where the input/output structures can be determined from the entity. The wizard contains a list of input and/or output attributes which is used to specify the attributes that form a struct class which is generated by the wizard.

The generation firstly checks whether a struct exists in the same package with the same attributes and prompts whether to use this struct or generate a new struct to promote re-use of existing structs.

The naming pattern for this generated struct class is:

<Entity Name><Key (Input)/Dtls (Output)>Struct<Unique Number>

e.g. PersonKeyStruct1