Interface | Description |
---|---|
IdentityKeyTranslator |
Translator for object identities where the user wants to input identities that are not strict
key forms, so this returns a valid identity.
|
IdentityStringTranslator |
Translator for object identities where the user wants to input identities that are not strict
JDO standard toString() forms, so this converts them.
|
OID |
Interface for a datastore-identity class to implement.
|
Class | Description |
---|---|
DatastoreUniqueOID |
Identity for use with datastore-identity where the datastore provides a unique "identity" key per object
and hence doesn't need the class name.
|
IdentityReference |
Simple identity being a reference to the object itself.
|
IdentityUtils |
Series of utilities for handling identities of objects.
|
OIDFactory |
Factory for OID instances.
|
OIDImpl |
An object identifier, typically used for datastore identity.
|
OIDImplKodo |
Object identifier, typically used for datastore identity.
|
OIDImplXcalia |
Object identifier, typically used for datastore identity.
|
SCOID |
Object identifier for use with nondurable objects to guarantee uniqueness in the JVM (but not in datastore).
|
XcaliaIdentityStringTranslator |
Identity translator that allows for some combinations that Xcalia XIC allowed.
|
Package defining object identity classes. These are used where an API doesn't define its own inbuilt identities.
Copyright © 2019. All rights reserved.