Package fr.ght1pc9kc.testy.mongo
Interface MongoDataSet<T>
- Type Parameters:
T
- Type of the elements to insert as documents.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Set of documents used to initialize a collection with data.
-
Method Summary
-
Method Details
-
documents
Obtain the documents to insert.- Returns:
- Documents to insert into the collection.
-
identifier
-