public interface ISearchParamPresentDao extends org.springframework.data.jpa.repository.JpaRepository<SearchParamPresent,Long>
Modifier and Type | Method and Description |
---|---|
Collection<SearchParamPresent> |
findAllForResource(ResourceTable theResource) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
findAll
@Query(value="SELECT s FROM SearchParamPresent s WHERE s.myResource = :res") Collection<SearchParamPresent> findAllForResource(@Param(value="res") ResourceTable theResource)
Copyright © 2014–2019 University Health Network. All rights reserved.