public abstract static class ComplexValue.Id
extends java.lang.Number
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Id() |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
double |
doubleValue() |
boolean |
equals(java.lang.Object o) |
float |
floatValue() |
abstract 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).
|
abstract RowId |
getRowId()
Returns the rowId of this ComplexValue within the secondary table.
|
int |
hashCode() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
java.lang.String |
toString() |
protected java.lang.Object |
writeReplace() |
private static final long serialVersionUID
public byte byteValue()
byteValue in class java.lang.Numberpublic short shortValue()
shortValue in class java.lang.Numberpublic int intValue()
intValue in class java.lang.Numberpublic long longValue()
longValue in class java.lang.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic double doubleValue()
doubleValue in class java.lang.Numberpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectprotected final java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic abstract int get()
public abstract RowId getRowId()