Atlas Device SDK 已弃用。 有关详细信息,请参阅弃用页面。
io.realm.mongodb.mongo.iterable
io.realm.mongodb.mongo.iterable.FindIterable
构造函数
构造函数和描述 |
|---|
ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass ) |
方法摘要
修饰符和类型 | 方法和说明 |
|---|---|
设置要应用于查询的查询筛选器。 | |
设置要应用的限制。 | |
设置一个文档,描述要为所有匹配文档返回的字段。 | |
设置要应用于查询的排序条件。 |
继承方法
从类 java.lang.Object 继承的方法:
getClass、hashCode、equals、clone、toString、notify、notifyAll、wait、wait、wait,finalize从 io 类继承的方法 域.mongodb。 Mongo.iterable.MongoIterable :
iterator,first
构造函数详细信息
public FindIterable ( ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass ) |
|---|
方法详细信息
筛选器
设置要应用于查询的查询筛选器。 参数
返回: this |
limit
设置要应用的限制。 参数
返回: this |
投影
设置一个文档,描述要为所有匹配文档返回的字段。 参数
返回: this |
sort
设置要应用于查询的排序条件。 参数
返回: this |