Interface MongoSequenceDsl
- All Known Implementing Classes:
MongoDsl
public interface MongoSequenceDsl
-
Method Summary
Modifier and TypeMethodDescriptioninsertInto(String databaseName, String collectionName) An insertion operation on the Mongo Database (MongoDB)
-
Method Details
-
insertInto
An insertion operation on the Mongo Database (MongoDB)- Parameters:
databaseName- the target database in the MongoDBcollectionName- the target collection in the MongoDB- Returns:
- a statement in which it can be specified the values to add
-