private static final class ComplexColumnInfoImpl.ComplexValueIdImpl extends ComplexValue.Id
| Modifier and Type | Field and Description |
|---|---|
private RowId |
_rowId |
private int |
_value |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
ComplexValueIdImpl(int value,
RowId rowId) |
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Returns the unique identifier of this complex value (this value is unique
among all values in all rows of the main table for the complex column).
|
RowId |
getRowId()
Returns the rowId of this ComplexValue within the secondary table.
|
byteValue, doubleValue, equals, floatValue, hashCode, intValue, longValue, shortValue, toString, writeReplaceprivate static final long serialVersionUID
private final int _value
private final RowId _rowId
protected ComplexValueIdImpl(int value,
RowId rowId)
public int get()
ComplexValue.Idget in class ComplexValue.Idpublic RowId getRowId()
ComplexValue.IdgetRowId in class ComplexValue.Id