Package org.restheart.security.utils
Class MongoUtils
java.lang.Object
org.restheart.security.utils.MongoUtils
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateCollection(String dbName, String collName)voidbooleandoesCollectionExist(String dbName, String collName)booleandoesDbExist(String dbName)
-
Constructor Details
-
MongoUtils
public MongoUtils(com.mongodb.MongoClient client)
-
-
Method Details
-
doesDbExist
-
doesCollectionExist
-
createDb
-
createCollection
-