24.2.70. @RowId
The @RowId annotation is used to specify the database column used as a ROWID pseudocolumn.
For instance, Oracle defines the ROWID pseudocolumn which provides the address of every table row.
</div>
According to Oracle documentation, ROWID is the fastest way to access a single row from a table.
</div> </div>