Package sk.iway.iwcm.editor.rest
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 TypeMethodDescriptionorg.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, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, findAll, findAll, findAll, findOneMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods 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
-