EO encapsulates the business logic and rules. EO’s are used for Inserting, Updating and Deleting data. We can also link to other EO’...
- EO encapsulates the business logic and rules.
- EO’s are used for Inserting, Updating and Deleting data.
- We can also link to other EO’s and create an Association object.
- Map to a database table or other data source
- Each entity object instance represents a single row
- Contain attributes representing database columns
- Central point for business logic and validation related to a table
- Encapsulates attribute-level and entity-level validation logic
- Can contain custom business methods