Package core.helpers.databaseHelper
Class MongoObject
- java.lang.Object
-
- core.helpers.databaseHelper.MongoObject
-
public class MongoObject extends Object
-
-
Constructor Summary
Constructors Constructor Description MongoObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MongoObjectwithDatabase(String database)MongoObjectwithPassword(String password)MongoObjectwithUsername(String username)
-
-
-
Method Detail
-
withUsername
public MongoObject withUsername(String username)
-
withPassword
public MongoObject withPassword(String password)
-
withDatabase
public MongoObject withDatabase(String database)
-
-