public class RowId extends Object implements Serializable
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.
Modifier and Type | Field and Description |
---|---|
Serializable |
id |
String |
tableName |
Constructor and Description |
---|
RowId(RowId rowId) |
RowId(String tableName,
Serializable id) |
public final String tableName
public Serializable id
public RowId(RowId rowId)
public RowId(String tableName, Serializable id)
Copyright © 2011 Nuxeo SA. All Rights Reserved.