ArangoDB v3.11 reached End of Life (EOL) and is no longer supported.
This documentation is outdated. Please see the most recent stable version.
Template
With ArangoTemplate, Spring Data ArangoDB offers a central support for interactions with the database over a rich feature set
ArangoTemplate mostly offers the features from the ArangoDB Java driver with
additional exception translation from the drivers exceptions to the Spring Data
access exceptions inheriting the DataAccessException class.
The ArangoTemplate class is the default implementation of the operations
interface ArangoOperations which developers of Spring Data are encouraged to
code against.
