- Entity Objects map to a Database table or other data source.
- One EO represents one table in database but in some cases one EO may represent several tables.
- Each Entity Object instance represents a single row.
- Entity Objects are fundamental BC4J objects through which all inserts/updates/deletes interact with the database.
- Entity Object contain attributes representing database columns.
- Entity Objects are the central point for business logic and validation related to a table.
- Entity Objects encapsulates attribute-level and Entity Level validation logic
- Entity Object can contain custom business methods also.
- We will not modify Oracle Provided Entity Objects directly but we can extend EO.
Tuesday, October 24, 2017
Entity Objects in Oracle OAF
Subscribe to:
Post Comments (Atom)
SupplierAddressImportTemplate.xlsm South Africa Suburb Field mapping in POZ_SUPPLIER_ADDRESSES_INT
Suburb mpping in Supplier Address Import Template will be mapped to Address Element Attribute2 (HZ_LOCATIONS. ADDR_ELEMENT_ATTRIBUTE2)
-
The XDOLoader utility is a Java-based command line program to load template (RTF, PDF, and XSL-FO), XML, and XSD files to the XML Publis...
-
LOT_CONTROL_CODE column contains values as 1 & 2 in mtl_system_items_b table. Inorder to find meaning for this values run below que...
-
Serial_number_control_code column contains values as 1,2,5 &6 in mtl_system_items_b table. Inorder to find meaning for this values r...
No comments:
Post a Comment