Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['java', 'otransaction', 'getrecordentry']

OTransaction - getRecordEntry()

Returns a record from the transaction.

Retrieving Records

Using this method you can retrieve records from this transaction to further operate on them. The record you want is identified by the given Record ID.

Syntax

ORecordOperation OTransaction().getRecordEntry(ORID rid)
ArgumentTypeDescription
ridORIDDefines the record you want.

Return Type

This method returns an ORecordOperation instance for the requested record.