public interface IResourceIndexedSearchParamStringDao extends org.springframework.data.jpa.repository.JpaRepository<ResourceIndexedSearchParamString,Long>
Modifier and Type | Method and Description |
---|---|
int |
countForResourceId(Long theResourcePid) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
findAll
@Query(value="select count(*) from ResourceIndexedSearchParamString t WHERE t.myResourcePid = :resid") int countForResourceId(@Param(value="resid") Long theResourcePid)
Copyright © 2014–2019 University Health Network. All rights reserved.