| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.core.expression |
| Modifier and Type | Method and Description |
|---|---|
BsonProjection<R> |
BsonProjection.Builder.build()
Build the
BsonProjection. |
static BsonProjection<Long> |
BsonProjection.countAll()
Create a new count all
BsonProjection. |
| Modifier and Type | Method and Description |
|---|---|
Optional<BsonProjection<?>> |
BsonQuery.getProjection()
Get the query projection.
|
| Modifier and Type | Method and Description |
|---|---|
BsonQuery.Builder |
BsonQuery.Builder.projection(BsonProjection<?> projection)
Set the query projection.
|
Copyright © 2019 The Holon Platform. All rights reserved.