| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.core.config | |
| com.holonplatform.datastore.mongo.core.resolver |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongoDatastoreExpressionResolver<E extends com.holonplatform.core.Expression,R extends com.holonplatform.core.Expression>
MongoDB Datastore
ExpressionResolver extension type to allow automatic registration using Java
ServiceLoader extension, through a
com.holonplatform.datastore.mongo.core.config.MongoDatastoreExpressionResolver file under the
META-INF/services folder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BsonExpressionResolver<E extends com.holonplatform.core.Expression>
A
MongoExpressionResolver to resolve an expression into a BsonExpression. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<MongoExpressionResolver> |
MongoExpressionResolver.getDefaultResolvers()
Get the default
MongoExpressionResolvers. |
Copyright © 2019 The Holon Platform. All rights reserved.