Package-level declarations
Types
Link copied to clipboard
Fluent interface for building MongoDB aggregation pipelines.
Link copied to clipboard
class AggregationPipelineImpl<T : Any>(mongoTemplate: MongoTemplate, collectionName: String, documentType: KClass<T>, stages: MutableList<AggregationOperation>, originalType: KClass<*>? = null) : AggregationPipeline<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CustomStageBuilder
Link copied to clipboard
class DocBuilder
Link copied to clipboard