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 DocumentImportEntity
ArangoCollection. importDocuments(RawData values)
Bulk imports the given values into the collection.DocumentImportEntity
ArangoCollection. importDocuments(RawData values, DocumentImportOptions options)
Bulk imports the given values into the collection.DocumentImportEntity
ArangoCollection. importDocuments(Collection<?> values)
Bulk imports the given values into the collection.DocumentImportEntity
ArangoCollection. importDocuments(Collection<?> values, DocumentImportOptions options)
Bulk imports the given values into the collection.
-