Interface DynamoDBPagingAndSortingRepository<T,​ID>

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<T,​ID>, org.springframework.data.repository.PagingAndSortingRepository<T,​ID>, org.springframework.data.repository.Repository<T,​ID>
    All Known Implementing Classes:
    SimpleDynamoDBPagingAndSortingRepository

    @NoRepositoryBean
    public interface DynamoDBPagingAndSortingRepository<T,​ID>
    extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>
    DynamoDB specific extension of Repository.
    Author:
    Michael Lavelle, Sebastian Just
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll