| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncMongoDatastore.Builder
AsyncMongoDatastore builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongoDatastoreBuilder<D extends com.holonplatform.core.datastore.DatastoreOperations,S extends com.mongodb.session.ClientSession,TX extends MongoTransaction<S>,B extends MongoDatastoreBuilder<D,S,TX,B>>
Base MongoDB Datastore builder.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseAsyncMongoDatastore.Builder<D extends com.holonplatform.core.datastore.DatastoreOperations,TX extends MongoTransaction<com.mongodb.reactivestreams.client.ClientSession>,B extends BaseAsyncMongoDatastore.Builder<D,TX,B>>
Base asynchronous Datastore builder.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReactiveMongoDatastore.Builder
ReactiveDatastore builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MongoDatastore.Builder
MongoDatastore builder. |
Copyright © 2019 The Holon Platform. All rights reserved.