Package | Description |
---|---|
org.datanucleus.identity |
Package defining object identity classes.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
OIDImpl
An object identifier, typically used for datastore identity.
|
class |
OIDImplKodo
Object identifier, typically used for datastore identity.
|
class |
OIDImplXcalia
Object identifier, typically used for datastore identity.
|
Modifier and Type | Method and Description |
---|---|
static OID |
OIDFactory.getInstance(NucleusContext nucleusCtx,
long value)
Factory method for OID instances using long key value where the class of the object is not
important (i.e datastore-unique identity).
|
static OID |
OIDFactory.getInstance(NucleusContext nucleusCtx,
String oidString)
Factory method for OID instances using toString() output.
|
static OID |
OIDFactory.getInstance(NucleusContext nucleusCtx,
String className,
Object value)
Factory method for OID instances using class name and key value.
|
Copyright © 2019. All rights reserved.