Interface IResourceIndexedSearchParamQuantityNormalizedDao

All Superinterfaces:
org.springframework.data.repository.CrudRepository<ResourceIndexedSearchParamQuantityNormalized,​Long>, IHapiFhirJpaRepository, org.springframework.data.jpa.repository.JpaRepository<ResourceIndexedSearchParamQuantityNormalized,​Long>, org.springframework.data.repository.PagingAndSortingRepository<ResourceIndexedSearchParamQuantityNormalized,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<ResourceIndexedSearchParamQuantityNormalized>, org.springframework.data.repository.Repository<ResourceIndexedSearchParamQuantityNormalized,​Long>

public interface IResourceIndexedSearchParamQuantityNormalizedDao extends org.springframework.data.jpa.repository.JpaRepository<ResourceIndexedSearchParamQuantityNormalized,​Long>, IHapiFhirJpaRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteByResourceId​(Long theResourcePid)
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne
  • Method Details

    • deleteByResourceId

      @Modifying @Query("delete from ResourceIndexedSearchParamQuantityNormalized t WHERE t.myResourcePid = :resid") void deleteByResourceId(@Param("resid") Long theResourcePid)