- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
- All Known Implementing Classes:
- SimpleDynamoDBCrudRepository, SimpleDynamoDBPagingAndSortingRepository
@NoRepositoryBean
public interface DynamoDBCrudRepository<T,ID extends Serializable>
extends org.springframework.data.repository.CrudRepository<T,ID>
DynamoDB specific extension of
Repository.
- Author:
- Michael Lavelle