ByteId |
This class is for identity with a single byte field.
|
CharId |
This class is for identity with a single character field.
|
DatastoreId |
Interface for a datastore-identity class to implement.
|
IdentityKeyTranslator |
Translator for object identities where the user wants to input identities that are not strict
key forms, so this returns a valid identity.
|
IdentityManager |
Manager for identity creation etc.
|
IdentityStringTranslator |
Translator for object identities where the user wants to input identities that are not strict
JDO standard toString() forms, so this converts them.
|
IntId |
This class is for identity with a single int field.
|
LongId |
This class is for identity with a single long field.
|
ObjectId |
This class is for identity with a single Object type field.
|
ObjectId.StringConstructor |
Construct an instance of a key class using a String as input.
|
ShortId |
This class is for identity with a single short field.
|
SingleFieldId |
This class is the abstract base class for all single field identity classes.
|
StringId |
This class is for identity with a single String field.
|