
Package ca.uhn.fhir.jpa.dao.data
Interface IResourceIndexedComboTokensNonUniqueDao
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ResourceIndexedComboTokenNonUnique,,Long> org.springframework.data.jpa.repository.JpaRepository<ResourceIndexedComboTokenNonUnique,,Long> org.springframework.data.repository.ListCrudRepository<ResourceIndexedComboTokenNonUnique,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<ResourceIndexedComboTokenNonUnique,,Long> org.springframework.data.repository.PagingAndSortingRepository<ResourceIndexedComboTokenNonUnique,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<ResourceIndexedComboTokenNonUnique>,org.springframework.data.repository.Repository<ResourceIndexedComboTokenNonUnique,Long>
public interface IResourceIndexedComboTokensNonUniqueDao
extends org.springframework.data.jpa.repository.JpaRepository<ResourceIndexedComboTokenNonUnique,Long>
-
Method Summary
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, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods 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
-
deleteByResourceId
@Modifying @Query("DELETE FROM ResourceIndexedComboTokenNonUnique t WHERE t.myResource.myPid = :res_id") void deleteByResourceId(@Param("res_id") JpaPid theResourcePid)
-