public interface IDatastoreServiceFactory
DatastoreService and registered
with com.google.appengine.spi.ServiceFactoryFactory.| Modifier and Type | Method and Description |
|---|---|
AsyncDatastoreService |
getAsyncDatastoreService(DatastoreServiceConfig config)
Creates an
AsyncDatastoreService using the provided config. |
DatastoreService |
getDatastoreService(DatastoreServiceConfig config)
Creates a
DatastoreService using the provided config. |
DatastoreService getDatastoreService(DatastoreServiceConfig config)
DatastoreService using the provided config.AsyncDatastoreService getAsyncDatastoreService(DatastoreServiceConfig config)
AsyncDatastoreService using the provided config. The async datastore service
does not support implicit transaction management policy
ImplicitTransactionManagementPolicy.AUTO.java.lang.IllegalArgumentException - If the provided DatastoreServiceConfig has an implicit
transaction management policy of ImplicitTransactionManagementPolicy.AUTO.