Interface MongoSequenceDsl

All Known Implementing Classes:
MongoDsl

public interface MongoSequenceDsl
  • Method Summary

    Modifier and Type
    Method
    Description
    insertInto(String databaseName, String collectionName)
    An insertion operation on the Mongo Database (MongoDB)
  • Method Details

    • insertInto

      MongoStatementDsl insertInto(String databaseName, String collectionName)
      An insertion operation on the Mongo Database (MongoDB)
      Parameters:
      databaseName - the target database in the MongoDB
      collectionName - the target collection in the MongoDB
      Returns:
      a statement in which it can be specified the values to add