Uses of Enum Class
com.google.appengine.api.datastore.dev.LocalDatastoreService.AutoIdAllocationPolicy
Packages that use LocalDatastoreService.AutoIdAllocationPolicy
Package
Description
-
Uses of LocalDatastoreService.AutoIdAllocationPolicy in com.google.appengine.api.datastore.dev
Methods in com.google.appengine.api.datastore.dev that return LocalDatastoreService.AutoIdAllocationPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LocalDatastoreService.AutoIdAllocationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LocalDatastoreService.AutoIdAllocationPolicy in com.google.appengine.tools.development.testing
Methods in com.google.appengine.tools.development.testing that return LocalDatastoreService.AutoIdAllocationPolicyMethods in com.google.appengine.tools.development.testing with parameters of type LocalDatastoreService.AutoIdAllocationPolicyModifier and TypeMethodDescriptionLocalDatastoreServiceTestConfig.setAutoIdAllocationPolicy(LocalDatastoreService.AutoIdAllocationPolicy autoIdAllocationPolicy) Dictate how Put() assigns auto IDs.