Which feature of an entity object would you use to enfo…

Which feature of an entity object would you use to enforce that an attribute value is required?

Which feature of an entity object would you use to enforce that an attribute value is required?

A.
Select the attribute’s Primary Key attribute setting.

B.
Select the attribute’s Mandatory attribute setting.

C.
Set the attribute’s Updatable attribute setting to Always.

D.
Set the attribute’s Updatable attribute setting to Never.

E.
Enforcing that an attribute value is required is implemented only in a view object.

Explanation:
Make an Attribute Mandatory by selecting the Mandatory checkbox if the field is required. The mandatory
property is enforced during entity-level validation at runtime (and not when the attribute validators are run).
http://docs.oracle.com/middleware/1213/adf/develop/adf-bc-entity-objects.htm#ADFFD191



Leave a Reply 0

Your email address will not be published. Required fields are marked *