RelatedEntityAttributes Node (Required)

Table 1. RelatedEntityAttributes Node Attributes
Attribute Mandatory Possible Values Description
relatedEntityAttributes Yes Yes / No This is a Yes / No attribute. It determines whether or not the entity has related entity attributes. Related entity attributes are considered to be any piece of data required that cannot be read from the entity table directly. The result of the value 'Yes' is that an additional class is created with a method stub. The developer must handcraft the code required to read any related entity attributes.
exposeOperation Yes Yes / No This is a Yes / No attribute. It determines whether or not the business process for retrieving the related entity attributes should be exposed to a façade thereby generating beans for it. This bean will also be used on the create screen.