com.noenv.wiremongo.command.collection.CreateCollectionCommand Maven / Gradle / Ivy
package com.noenv.wiremongo.command.collection;
public class CreateCollectionCommand extends WithCollectionCommand {
public CreateCollectionCommand(String collection) {
super("createCollection", collection);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy