| Package | Description |
|---|---|
| javax.jdo.identity |
This package contains the JDO specification identity interfaces and classes.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ByteIdentity |
This class is for identity with a single byte field.
|
class |
CharIdentity |
This class is for identity with a single character field.
|
class |
IntIdentity |
This class is for identity with a single int field.
|
class |
LongIdentity |
This class is for identity with a single long field.
|
class |
ObjectIdentity |
This class is for identity with a single Object type field.
|
class |
ShortIdentity |
This class is for identity with a single short field.
|
class |
StringIdentity |
This class is for identity with a single String field.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
SingleFieldIdentity.compare(SingleFieldIdentity o) |
Determine the ordering of identity objects.
|