Sunday, August 4, 2019

EO (Entity Object)

EO Stands for Entity Object.

a. Map to a database table or other data source
b. Each entity object instance represents a single row
c. Contains attributes representing database columns
d. Fundamental BC4J object through which all inserts/updates/deletes interact with the database
e. Central point for business logic and validation related to a table
f. Encapsulates attribute-level and entity-level validation logic
g. Can contain custom business methods


Entity Association:

Entity Association is the relationship between two Entity Objects having one common column.
All the Entity Association ends with the AO (Association Object).

No comments:

Post a Comment

AME (Approval Management Engine)

AME (Approval Management Engine) : AME Stands for Oracle Approval Management Engine. AME is a self service web application that enables...