| Oracle® Fusion Middleware Fusion Developer's Guide for Oracle Application Development Framework 11g Release 1 (11.1.1.4.0) B31974-07  | 
  | 
![]() Previous  | 
![]() Next  | 
This appendix provides a quick summary of how basic tasks performed with the most common Oracle Forms triggers are accomplished using Oracle ADF.
This appendix includes the following sections:
Table D-1 ADF Equivalents for Oracle Forms Validation and Defaulting Triggers
Table D-2 ADF Equivalents for Oracle Forms Query Processing Triggers
Table D-3 ADF Equivalents for Oracle Forms Database Connection Triggers
Table D-4 ADF Equivalents for Oracle Forms Transactional Triggers
| Forms Trigger | ADF Equivalent | 
|---|---|
| 
 Execute code before commencing processing of the changed rows in all data blocks in the transaction  | 
 Override the  Note: For an overview of creating and using a custom   | 
| 
 Execute code before a new row in the data block is inserted into the database during "post" processing  | 
 Override the   | 
| 
 Override default processing for inserting a new row into the database during "post" processing  | 
 Override the   | 
| 
 Execute code after new row in the data block is inserted into the database during "post" processing  | 
 Override the   | 
| 
 Execute code before a row removed from the data block is deleted from the database during "post" processing  | 
 Override the   | 
| 
 Override default processing for deleting a row removed from the data block from the database during "post" processing  | 
 Override the   | 
| 
 Execute code after a row removed from the data block is deleted from the database during "post" processing  | 
 Override the   | 
| 
 Execute code before a row changed in the data block is updated in the database during "post" processing  | 
 Override the   | 
| 
 Override default processing for updating a row changed in the data block from the database during "post" processing  | 
 Override the   | 
| 
 Execute code after a row changed in the data block is updated in the database during "post" processing  | 
 Override the   | 
| 
 Execute code after Forms has "posted" all necessary rows to the database, but before issuing the data commit to end the transaction  | 
 If you want a single block of code for the whole transaction, you can override the  To execute entity-specific code before commit for each affected entity in the transaction, override the   | 
| 
 Execute code after database transaction has been committed  | 
 Override the   | 
Table D-5 ADF Equivalents for Oracle Forms Error Handling Triggers
| Forms Trigger | ADF Equivalent | 
|---|---|
| 
 Override default behavior for handling an error  | 
 Install a custom error handler (  |