Interface PaymentTargetRepository

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

    public interface PaymentTargetRepository
    extends org.springframework.data.repository.PagingAndSortingRepository<PaymentTarget,​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