Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: typicalPictureID
AUTO_ID_KEY: TPCTURE
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
remove | remove | | Standard Operation | |
modify | modify | | Modifies a typical picture record. | |
insertTypicalPicture | insert | | Inserts record to typical picture entity. This method expects typical picture ID to be set by the caller, if not set it
delegates the call to insert() which is modeled to auto generate primary key field (typical picture ID). It's preferred to
call this method only in scenario's where caller wants to set the value of primary key (typical picture ID) by itself. | |
|