T - table ref. typepublic class TableIdentifier<T extends java.io.Serializable> extends RecordIdentifier<T>
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.Long |
TABLE_ID
Special RecordIdentifier to represent the table being locked.
|
| Constructor and Description |
|---|
TableIdentifier()
Default constructor
|
TableIdentifier(T table)
Constructor.
|
equals, getRecordID, getTable, hashCode, readExternal, toString, writeExternalprivate static final java.lang.Long TABLE_ID
public TableIdentifier()
public TableIdentifier(T table)
table - Table identifier.java.lang.NullPointerException - if any parameter is null.