Uses of Class
com.arangodb.entity.DocumentImportEntity
-
Packages that use DocumentImportEntity Package Description com.arangodb -
-
Uses of DocumentImportEntity in com.arangodb
Methods in com.arangodb that return DocumentImportEntity Modifier and Type Method Description DocumentImportEntityArangoCollection. importDocuments(RawData values)Bulk imports the given values into the collection.DocumentImportEntityArangoCollection. importDocuments(RawData values, DocumentImportOptions options)Bulk imports the given values into the collection.DocumentImportEntityArangoCollection. importDocuments(Collection<?> values)Bulk imports the given values into the collection.DocumentImportEntityArangoCollection. importDocuments(Collection<?> values, DocumentImportOptions options)Bulk imports the given values into the collection.
-