| 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.
|
| ObjectId.StringConstructor |
Construct an instance of a key class using a String as input.
|
| SingleFieldId |
This class is the abstract base class for all single field identity classes.
|