public abstract static class ComplexValue.Id extends Number
Constructor and Description |
---|
Id() |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue() |
double |
doubleValue() |
boolean |
equals(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() |
String |
toString() |
protected Object |
writeReplace() |
public short shortValue()
shortValue
in class Number
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
protected final Object writeReplace() throws ObjectStreamException
ObjectStreamException
public abstract int get()
public abstract RowId getRowId()
Copyright © 2005–2018. All rights reserved.