クラス MongoDatabase
Atlas Device SDK は非推奨です。 詳細については、 の廃止ページを参照してください。
io.realm.mongodb.mongo
io.realm.mongodb.mongo.MongoDatabase
remoteMongoDatabase は、 Document MongoCollectionへのアクセスを提供します。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
public MongoCollection | 特定のデフォルト ドキュメント クラスを持つコレクションを取得します。 |
public MongoCollection | コレクションを取得します。 |
public string | getName () データベースの名前を取得します。 |
継承されたメソッド
クラス 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 ) |
---|
特定のデフォルト ドキュメント クラスを持つコレクションを取得します。 型パラメータ
パラメーター
戻り値 コレクション |
コレクションを取得します。 パラメーター
戻り値 コレクション |