Interface ConfPreparedRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ConfPreparedEntity,,Long> org.springframework.data.jpa.repository.JpaRepository<ConfPreparedEntity,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<ConfPreparedEntity>,org.springframework.data.repository.PagingAndSortingRepository<ConfPreparedEntity,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<ConfPreparedEntity>,org.springframework.data.repository.Repository<ConfPreparedEntity,Long>
@Repository
public interface ConfPreparedRepository
extends org.springframework.data.jpa.repository.JpaRepository<ConfPreparedEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<ConfPreparedEntity>
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ConfPreparedEntity>findByName(org.springframework.data.domain.Pageable pageable, String name) org.springframework.data.domain.Page<ConfPreparedEntity>findByNameAndDatePreparedIsNotNull(org.springframework.data.domain.Pageable pageable, String name) org.springframework.data.domain.Page<ConfPreparedEntity>findByNameAndDatePreparedIsNull(org.springframework.data.domain.Pageable pageable, String name) 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
-
findByName
org.springframework.data.domain.Page<ConfPreparedEntity> findByName(org.springframework.data.domain.Pageable pageable, String name) -
findByNameAndDatePreparedIsNotNull
org.springframework.data.domain.Page<ConfPreparedEntity> findByNameAndDatePreparedIsNotNull(org.springframework.data.domain.Pageable pageable, String name) -
findByNameAndDatePreparedIsNull
org.springframework.data.domain.Page<ConfPreparedEntity> findByNameAndDatePreparedIsNull(org.springframework.data.domain.Pageable pageable, String name)
-