Wednesday, January 15, 2014

ADF Entity Object Declarative Options

We can configure runtime behavior of entity object from the over view editor of Entity Object.
Alternate key- Other than we define in the db we can have alternate keys defined
Tuning - Tuning options make the database operations more efficient
Custom Properties - We can define custom properties and that can be accessed runtime on entity
Security- Options to define role based updatability permissions for entity objects
Business logic groups - Business Logic groups are used to group business validations rules

Attribute tab - Attribute tab is used for create/delete attributes of an entity
Business Rule tab- This tab is used for defining validations
Java Tab - This used to generate Impl classes for Entity objects
Business Events - This tab is used to notify others of interesting changes in the state
View Accessors- To create and manage view accessors

No comments:

Post a Comment