예제 #1
0
 public boolean dropDb() {
   return MongoDb.dropDb();
 }
예제 #2
0
 public void close() {
   MongoDb.close();
 }