- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>, org.springframework.data.repository.Repository<T,ID>
- All Known Implementing Classes:
- SimpleArangoRepository
@NoRepositoryBean
public interface ArangoRepository<T,ID>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>
Created by F625633 on 06/07/2017.
- Author:
- Mark Vollmary