- 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)
Query to get the Concurrent Program along with Value Set details
SELECT fcpl1.user_concurrent_program_name ,fdfcuv.end_user_column_name ,ffvs.flex_value_set_name value_set_name ,ffvt.appl...
-
SELECT HAOU.NAME "Operating Unit", OTTT_H.NAME "Transaction Type", OTTT_H.DESCRIPTION "Descripti...
-
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...
-
GL tables are linked to Subledger Accounting (XLA tables). Regarding gl_import_references, there is a one-to-one correspondence between X...
No comments:
Post a Comment