Uses of Interface
org.datanucleus.identity.DatastoreId
-
Packages that use DatastoreId Package Description org.datanucleus.identity Package defining object identity classes. -
-
Uses of DatastoreId in org.datanucleus.identity
Classes in org.datanucleus.identity that implement DatastoreId Modifier and Type Class Description classDatastoreIdImplAn object identifier, typically used for datastore identity.classDatastoreIdImplKodoObject identifier, typically used for datastore identity.classDatastoreIdImplXcaliaObject identifier, typically used for datastore identity.classDatastoreUniqueLongIdIdentity for use with datastore-identity where the datastore provides a unique "identity" long key per object and hence doesn't need the class name.Methods in org.datanucleus.identity that return DatastoreId Modifier and Type Method Description DatastoreIdIdentityManager. getDatastoreId(long value)Method to return a datastore-unique datastore identity, with the specified value.DatastoreIdIdentityManager. getDatastoreId(String oidString)Method to return a datastore identity, for the specified string which comes from the output of toString().DatastoreIdIdentityManager. getDatastoreId(String className, Object value)Method to return a datastore identity, representing the persistable object with specified class name and key value.DatastoreIdIdentityManagerImpl. getDatastoreId(long value)DatastoreIdIdentityManagerImpl. getDatastoreId(String idString)DatastoreIdIdentityManagerImpl. getDatastoreId(String className, Object value)
-