mirror of https://gitee.com/bigwinds/arangodb
10 lines
562 B
Markdown
10 lines
562 B
Markdown
---
|
|
layout: default
|
|
description: Template
|
|
---
|
|
|
|
# Template
|
|
|
|
With `ArangoTemplate` Spring Data ArangoDB offers a central support for interactions with the database over a rich feature set. It 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.
|