Package | Description |
---|---|
com.holonplatform.datastore.mongo.core.context |
Modifier and Type | Method and Description |
---|---|
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> |
MongoDocumentContext.createForUpdate(MongoContext<S> context,
com.holonplatform.core.property.PropertySet<?> propertySet)
Create a new
MongoDocumentContext for an update type operation. |
default MongoDocumentContext<S> |
MongoResolutionContext.documentContext(com.holonplatform.core.property.PropertySet<?> propertySet)
Create a
MongoDocumentContext as child of this context. |
MongoDocumentContext<S> |
MongoResolutionContext.documentContext(com.holonplatform.core.property.PropertySet<?> propertySet,
boolean resolveDocumentId)
Create a
MongoDocumentContext as child of this context. |
Modifier and Type | Method and Description |
---|---|
static Optional<MongoDocumentContext<?>> |
MongoDocumentContext.isDocumentContext(com.holonplatform.core.ExpressionResolver.ResolutionContext context)
Checks if given resolution context is a
MongoDocumentContext type. |
Copyright © 2019 The Holon Platform. All rights reserved.