|
|
|
@ -54,6 +54,8 @@ public interface MongoOperations { |
|
|
|
void createCollection(String collectionName, |
|
|
|
void createCollection(String collectionName, |
|
|
|
CollectionOptions collectionOptions); |
|
|
|
CollectionOptions collectionOptions); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<String> getCollectionNames(); |
|
|
|
|
|
|
|
|
|
|
|
DBCollection getCollection(String collectionName); |
|
|
|
DBCollection getCollection(String collectionName); |
|
|
|
|
|
|
|
|
|
|
|
boolean collectionExists(String collectionName); |
|
|
|
boolean collectionExists(String collectionName); |
|
|
|
|