| Package | Description | 
|---|---|
| org.datanucleus.identity | 
 
        Package defining object identity classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatastoreIdImpl
An object identifier, typically used for datastore identity. 
 | 
class  | 
DatastoreIdImplKodo
Object identifier, typically used for datastore identity. 
 | 
class  | 
DatastoreIdImplXcalia
Object identifier, typically used for datastore identity. 
 | 
class  | 
DatastoreUniqueLongId
Identity for use with datastore-identity where the datastore provides a unique "identity" long key per object
 and hence doesn't need the class name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DatastoreId | 
IdentityManager.getDatastoreId(long value)
Method to return a datastore-unique datastore identity, with the specified value. 
 | 
DatastoreId | 
IdentityManagerImpl.getDatastoreId(long value)  | 
DatastoreId | 
IdentityManager.getDatastoreId(String oidString)
Method to return a datastore identity, for the specified string which comes from the output of toString(). 
 | 
DatastoreId | 
IdentityManagerImpl.getDatastoreId(String idString)  | 
DatastoreId | 
IdentityManager.getDatastoreId(String className,
              Object value)
Method to return a datastore identity, representing the persistable object with specified class name and key value. 
 | 
DatastoreId | 
IdentityManagerImpl.getDatastoreId(String className,
              Object value)  | 
Copyright © 2018. All rights reserved.