public class RowId extends Object implements Serializable, Comparable<RowId>
Row (table name and id) without the row content itself.
This class is sometimes used as a marker for an "absent" row in the database, when mixed with actual Rows.
| Modifier and Type | Field and Description |
|---|---|
Serializable |
id |
String |
tableName |
| Constructor and Description |
|---|
RowId(RowId rowId) |
RowId(String tableName,
Serializable id) |
public Serializable id
public RowId(String tableName, Serializable id)
public int compareTo(RowId other)
compareTo in interface Comparable<RowId>Copyright © 2019 Nuxeo. All rights reserved.