Class RowId

java.lang.Object
org.nuxeo.ecm.core.storage.sql.RowId
All Implemented Interfaces:
Serializable, Comparable<RowId>
Direct Known Subclasses:
Row

public class RowId extends Object implements Serializable, Comparable<RowId>
The identification of a 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.

See Also: