Package org.nuxeo.ecm.core.storage.sql
Class RowId
java.lang.Object
org.nuxeo.ecm.core.storage.sql.RowId
- All Implemented Interfaces:
Serializable
,Comparable<RowId>
- Direct Known Subclasses:
Row
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 Row
s.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary