MongoDatabase 클래스
Atlas Device SDK는 더 이상 사용되지 않습니다. 자세한 내용은 지원 중단 페이지 를 참조하세요.
io.realm.mongodb.mongo
io.realm.mongodb.mongo.MongoDatabase
RemoteMongoDatabase는 문서 MongoCollection 에 대한 액세스를 제공합니다.
메서드 요약
상속된 메서드
클래스 java.lang.Object 에서 상속된 메서드 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
메서드 세부 정보
getCollection
public MongoCollection getCollection <DocumentT >( String collectionName, java.lang.Class<DocumentT> documentClass ) |
---|
특정 기본 문서 클래스가 있는 컬렉션을 가져옵니다. 유형 매개변수
매개변수
반환 collection |
collection을 가져옵니다. 매개변수
반환 collection |