Interface ArangoRepository<T,ID>

All Superinterfaces:
CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>, Repository<T,ID>
All Known Implementing Classes:
SimpleArangoRepository

@NoRepositoryBean public interface ArangoRepository<T,ID> extends CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>
ArangoDB specific Repository interface.

Created by F625633 on 06/07/2017.

Author:
Mark Vollmary