public interface ISearchIncludeDao extends org.springframework.data.jpa.repository.JpaRepository<SearchInclude,Long>
Modifier and Type | Method and Description |
---|---|
void |
deleteForSearch(Long theSearchPid) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
findAll
@Modifying @Query(value="DELETE FROM SearchInclude r WHERE r.mySearchPid = :search") void deleteForSearch(@Param(value="search") Long theSearchPid)
Copyright © 2014–2019 University Health Network. All rights reserved.