Interface PostingTraceRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<PostingTrace,​String>, org.springframework.data.repository.PagingAndSortingRepository<PostingTrace,​String>, org.springframework.data.repository.Repository<PostingTrace,​String>

    public interface PostingTraceRepository
    extends org.springframework.data.repository.PagingAndSortingRepository<PostingTrace,​String>
    • 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