Interface DynamoDbRepository<T,ID>

All Superinterfaces:
CrudRepository<T,ID>, ListCrudRepository<T,ID>, Repository<T,ID>
All Known Subinterfaces:
CustomerAccountRepository, CustomerRepository, OrderItemRepository, OrderRepository
All Known Implementing Classes:
SimpleDynamoDbRepository

@NoRepositoryBean public interface DynamoDbRepository<T,ID> extends ListCrudRepository<T,ID>
CRUD repository for DynamoDB table entities.
Since:
1.0.0
Author:
Matej Nedic