Package javax.jdo.identity

This package contains the JDO specification identity interfaces and classes.

Class Summary

ByteIdentityThis class is for identity with a single byte field.
CharIdentityThis class is for identity with a single character field.
IntIdentityThis class is for identity with a single int field.
LongIdentityThis class is for identity with a single long field.
ObjectIdentityThis class is for identity with a single Object type field.
ShortIdentityThis class is for identity with a single short field.
SingleFieldIdentityThis class is the abstract base class for all single field identity classes.
StringIdentityThis class is for identity with a single String field.
This package contains the JDO specification identity interfaces and classes.