Uses of Interface
org.datanucleus.identity.DatastoreId
Packages that use DatastoreId
-
Uses of DatastoreId in org.datanucleus.identity
Classes in org.datanucleus.identity that implement DatastoreIdModifier and TypeClassDescriptionclass
An object identifier, typically used for datastore identity.class
Object identifier, typically used for datastore identity.class
Object identifier, typically used for datastore identity.class
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.Fields in org.datanucleus.identity with type parameters of type DatastoreIdModifier and TypeFieldDescriptionprotected Class
<? extends DatastoreId> IdentityManagerImpl.datastoreIdClass
Default DatastoreId implementation used by DataNucleus.Methods in org.datanucleus.identity that return DatastoreIdModifier and TypeMethodDescriptionIdentityManager.getDatastoreId
(long value) Method to return a datastore-unique datastore identity, with the specified value.IdentityManager.getDatastoreId
(String oidString) Method to return a datastore identity, for the specified string which comes from the output of toString().IdentityManager.getDatastoreId
(String className, Object value) Method to return a datastore identity, representing the persistable object with specified class name and key value.IdentityManagerImpl.getDatastoreId
(long value) IdentityManagerImpl.getDatastoreId
(String idString) IdentityManagerImpl.getDatastoreId
(String className, Object value) Methods in org.datanucleus.identity that return types with arguments of type DatastoreIdModifier and TypeMethodDescriptionClass
<? extends DatastoreId> IdentityManagerImpl.getDatastoreIdClass()