- getCode() - Method in exception com.github.fakemongo.FongoException
-
- getCodecRegistry() - Method in class com.github.fakemongo.Fongo
-
- getCount() - Method in class com.github.fakemongo.FongoConnection
-
- getDatabase(String) - Method in class com.github.fakemongo.async.FongoAsync
-
equivalent to getDatabase in driver
multiple calls to this method return the same MongoDatabase instance
- getDatabase(String) - Method in class com.github.fakemongo.Fongo
-
- getDatabase(String) - Method in class com.github.fakemongo.junit.FongoAsyncRule
-
- getDatabase() - Method in class com.github.fakemongo.junit.FongoAsyncRule
-
- getDatabase(String) - Method in class com.github.fakemongo.junit.FongoRule
-
- getDatabase() - Method in class com.github.fakemongo.junit.FongoRule
-
- getDatabaseNames() - Method in class com.github.fakemongo.async.FongoAsync
-
Get database names that have been used
- getDatabaseNames() - Method in class com.github.fakemongo.Fongo
-
Get database names that have been used
- getDB(String) - Method in class com.github.fakemongo.Fongo
-
equivalent to getDB in driver
multiple calls to this method return the same DB instance
- getDb() - Method in class com.github.fakemongo.junit.FongoRule
-
Deprecated.
- getDb(String) - Method in class com.github.fakemongo.junit.FongoRule
-
Deprecated.
- getDB() - Method in class com.github.fakemongo.junit.FongoRule
-
- getDB(String) - Method in class com.github.fakemongo.junit.FongoRule
-
- getDescription() - Method in class com.github.fakemongo.FongoConnection
-
- getFongo() - Method in class com.github.fakemongo.async.FongoAsync
-
- getFongo() - Method in class com.github.fakemongo.junit.FongoAsyncRule
-
- getFongo() - Method in class com.github.fakemongo.junit.FongoRule
-
- getMongo() - Method in class com.github.fakemongo.async.FongoAsync
-
A mocked out instance of com.mongodb.Mongo
All methods calls are intercepted and execute associated Fongo method
- getMongo() - Method in class com.github.fakemongo.Fongo
-
A mocked out instance of com.mongodb.Mongo
All methods calls are intercepted and execute associated Fongo method
- getMongo() - Method in class com.github.fakemongo.junit.FongoRule
-
Deprecated.
- getMongoClient() - Method in class com.github.fakemongo.junit.FongoAsyncRule
-
- getMongoClient() - Method in class com.github.fakemongo.junit.FongoRule
-
- getMore(MongoNamespace, long, int, Decoder<T>) - Method in class com.github.fakemongo.FongoConnection
-
- getPosition() - Method in class org.bson.json.JsonBuffer
-
- getReadConcern() - Method in class com.github.fakemongo.Fongo
-
- getServerAddress() - Method in class com.github.fakemongo.async.FongoAsync
-
This will always be localhost:27017
- getServerAddress() - Method in class com.github.fakemongo.Fongo
-
This will always be localhost:27017
- getServerVersion() - Method in class com.github.fakemongo.async.FongoAsync
-
- getServerVersion() - Method in class com.github.fakemongo.Fongo
-
- getServerVersion() - Method in class com.github.fakemongo.junit.FongoRule
-
- getUsedDatabases() - Method in class com.github.fakemongo.Fongo
-
Get databases that have been used
- getWriteConcern() - Method in class com.github.fakemongo.Fongo
-