Uses of Class
de.caluga.morphium.driver.bulk.InsertBulkRequest
Packages that use InsertBulkRequest
Package
Description
-
Uses of InsertBulkRequest in de.caluga.morphium.driver.bulk
Methods in de.caluga.morphium.driver.bulk that return InsertBulkRequestModifier and TypeMethodDescriptionabstract InsertBulkRequestBulkRequestContext.addInsertBulkRequest(List<Map<String, Object>> toInsert) -
Uses of InsertBulkRequest in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb that return InsertBulkRequestModifier and TypeMethodDescriptionMongodbBulkContext.addInsertBulkRequest(List<Map<String, Object>> toInsert) -
Uses of InsertBulkRequest in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return InsertBulkRequestModifier and TypeMethodDescriptionBulkContext.addInsertBulkRequest(List<Map<String, Object>> toInsert)