클래스 FindIterable<ResultT>
- java.lang.Object
-
- io.realm.mongodb.mongo.iterable.MongoIterable<ResultT>
-
- io.realm.mongodb.mongo.iterable.FindIterable<ResultT>
-
- 유형 매개변수:
ResultT
- 이 이터러블(iterable)이 문서를 디코딩할 유형입니다.
공개 클래스FindIterable 는<ResultT> <ResultT>MongoIterable 를 확장합니다.
MongoCollection.find()
작업에 대한 특정 이터러블입니다.
-
-
생성자 요약
생성자 Constructor 설명 FindIterable(ThreadPoolExecutor threadPoolExecutor, io.realm.internal.objectstore.OsMongoCollection<?> osMongoCollection, CodecRegistry codecRegistry, Class<ResultT> resultClass)
-
메서드 요약
모든 메서드 인스턴스 메서드 구체적인 방법 수정자 및 유형 메서드 설명 FindIterable<ResultT>
filter(Bson filter)
쿼리에 적용할 쿼리 필터를 설정합니다.FindIterable<ResultT>
limit(int limit)
적용 한도를 설정합니다.FindIterable<ResultT>
projection(Bson projection)
일치하는 모든 문서에 대해 반환할 필드를 설명하는 문서를 설정합니다.FindIterable<ResultT>
sort(Bson sort)
쿼리에 적용할 정렬 기준을 설정합니다.-
클래스 io에서 상속된 메서드입니다. Realm 영역. Mongo.iterable.MongoIterable
first, iterator
-
-
-
-
생성자 세부 정보
-
FindIterable
public FindIterable(ThreadPoolExecutor threadPoolExecutor, io.realm.internal.objectstore.OsMongoCollection<?> osMongoCollection, CodecRegistry codecRegistry, Class<ResultT> resultClass)
-
-
메서드 세부 정보
-
필터
public FindIterable<ResultT> filter(@Nullable Bson filter)
쿼리에 적용할 쿼리 필터를 설정합니다.- 매개변수:
filter
- 필터로, null일 수 있습니다.- 반환합니다:
- 이
-
limit
public FindIterable<ResultT> limit(int limit)
적용 한도를 설정합니다.- 매개변수:
limit
- 한도(예: 0- 반환합니다:
- 이
-
프로젝션
public FindIterable<ResultT> 프로젝션 (@Nullable BSON 프로젝션)
일치하는 모든 문서에 대해 반환할 필드를 설명하는 문서를 설정합니다.- 매개변수:
projection
- 프로젝트 문서로, null일 수 있습니다.- 반환합니다:
- 이
-
sort
public FindIterable<ResultT> sort(@Nullable Bson sort)
쿼리에 적용할 정렬 기준을 설정합니다.- 매개변수:
sort
- 정렬 기준으로, null일 수 있습니다.- 반환합니다:
- 이
-
-