Interface GroupSchedulerDtoRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<GroupSchedulerDto,Long>, org.springframework.data.jpa.repository.JpaRepository<GroupSchedulerDto,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<GroupSchedulerDto>, org.springframework.data.repository.PagingAndSortingRepository<GroupSchedulerDto,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<GroupSchedulerDto>, org.springframework.data.repository.Repository<GroupSchedulerDto,Long>

@Repository public interface GroupSchedulerDtoRepository extends org.springframework.data.jpa.repository.JpaRepository<GroupSchedulerDto,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<GroupSchedulerDto>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<GroupSchedulerDto>
    findAllByGroupIdAndWhenToPublishIsNotNull(org.springframework.data.domain.Pageable pageable, Long groupId)
     
    org.springframework.data.domain.Page<GroupSchedulerDto>
    findAllByGroupIdAndWhenToPublishIsNull(org.springframework.data.domain.Pageable pageable, Long groupId1)
     
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

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

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush

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

    count, findAll, findAll, findAll, findOne

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne
  • Method Details

    • findAllByGroupIdAndWhenToPublishIsNotNull

      org.springframework.data.domain.Page<GroupSchedulerDto> findAllByGroupIdAndWhenToPublishIsNotNull(org.springframework.data.domain.Pageable pageable, Long groupId)
    • findAllByGroupIdAndWhenToPublishIsNull

      org.springframework.data.domain.Page<GroupSchedulerDto> findAllByGroupIdAndWhenToPublishIsNull(org.springframework.data.domain.Pageable pageable, Long groupId1)
    • findFirstByGroupIdAndWhenToPublishNullOrderBySaveDateDesc

      GroupSchedulerDto findFirstByGroupIdAndWhenToPublishNullOrderBySaveDateDesc(Long groupId)