Interface PaymentOptionRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PaymentOptionEntity,Integer>, org.springframework.data.jpa.repository.JpaRepository<PaymentOptionEntity,Integer>, org.springframework.data.repository.ListCrudRepository<PaymentOptionEntity,Integer>, org.springframework.data.repository.ListPagingAndSortingRepository<PaymentOptionEntity,Integer>, org.springframework.data.repository.PagingAndSortingRepository<PaymentOptionEntity,Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<PaymentOptionEntity>, org.springframework.data.repository.Repository<PaymentOptionEntity,Integer>

@Repository public interface PaymentOptionRepository extends org.springframework.data.jpa.repository.JpaRepository<PaymentOptionEntity,Integer>
  • Method Details