| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.core | |
| com.holonplatform.datastore.mongo.core.async.internal | |
| com.holonplatform.datastore.mongo.sync.internal |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MongoDatabaseHandler.withDatabase(MongoDatabaseOperation<MongoDatabase,R> operation)
Execute given
MongoDatabaseOperation using a managed MongoDatabase. |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
AbstractAsyncMongoDatastore.withDatabase(MongoDatabaseOperation<com.mongodb.reactivestreams.client.MongoDatabase,R> operation) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DefaultMongoDatastore.withDatabase(MongoDatabaseOperation<com.mongodb.client.MongoDatabase,R> operation) |
Copyright © 2019 The Holon Platform. All rights reserved.