| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncMongoDatastoreCommodityContext
Asynchronous MongoDB Datastore
DatastoreCommodityContext. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongoDatastoreCommodityContext<MongoDatabase,S extends com.mongodb.session.ClientSession>
Base MongoDB Datastore
DatastoreCommodityContext. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongoDocumentContext<S extends com.mongodb.session.ClientSession>
A
MongoResolutionContext which is bound to a document resolution operation. |
interface |
MongoOperationContext<MongoDatabase,S extends com.mongodb.session.ClientSession>
MongoDB Datastore operations execution context.
|
interface |
MongoResolutionContext<S extends com.mongodb.session.ClientSession>
MongoDB Datastore expresion resolution context.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends com.mongodb.session.ClientSession> |
MongoResolutionContext.create(MongoContext<S> context)
Create a new default
MongoResolutionContext. |
static <S extends com.mongodb.session.ClientSession> |
MongoDocumentContext.create(MongoContext<S> context,
com.holonplatform.core.property.PropertySet<?> propertySet)
Create a new
MongoDocumentContext. |
static <S extends com.mongodb.session.ClientSession> |
MongoResolutionContext.createForUpdate(MongoContext<S> context)
Create a new default
MongoResolutionContext for an update type operation. |
static <S extends com.mongodb.session.ClientSession> |
MongoResolutionContext.createForUpdate(MongoContext<S> context,
com.holonplatform.core.Path<?> updatePath)
Create a new default
MongoResolutionContext for an update type operation, specifying the Path to
which the update operation refers. |
static <S extends com.mongodb.session.ClientSession> |
MongoDocumentContext.createForUpdate(MongoContext<S> context,
com.holonplatform.core.property.PropertySet<?> propertySet)
Create a new
MongoDocumentContext for an update type operation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SyncMongoDatastoreCommodityContext
Synchronous MongoDB Datastore
DatastoreCommodityContext. |
Copyright © 2019 The Holon Platform. All rights reserved.