Interface CampaignExecutionJpaRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<CampaignExecution,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<CampaignExecution>, org.springframework.data.repository.Repository<CampaignExecution,Long>

public interface CampaignExecutionJpaRepository extends org.springframework.data.repository.CrudRepository<CampaignExecution,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<CampaignExecution>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    count, exists, findAll, findAll, findAll, findOne