
Package ca.uhn.fhir.jpa.dao.data
Interface IResourceHistoryProvenanceDao
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ResourceHistoryProvenanceEntity,,IdAndPartitionId> IHapiFhirJpaRepository,org.springframework.data.jpa.repository.JpaRepository<ResourceHistoryProvenanceEntity,,IdAndPartitionId> org.springframework.data.repository.ListCrudRepository<ResourceHistoryProvenanceEntity,,IdAndPartitionId> org.springframework.data.repository.ListPagingAndSortingRepository<ResourceHistoryProvenanceEntity,,IdAndPartitionId> org.springframework.data.repository.PagingAndSortingRepository<ResourceHistoryProvenanceEntity,,IdAndPartitionId> org.springframework.data.repository.query.QueryByExampleExecutor<ResourceHistoryProvenanceEntity>,org.springframework.data.repository.Repository<ResourceHistoryProvenanceEntity,IdAndPartitionId>
public interface IResourceHistoryProvenanceDao
extends org.springframework.data.jpa.repository.JpaRepository<ResourceHistoryProvenanceEntity,IdAndPartitionId>, IHapiFhirJpaRepository
-
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
-
deleteByPid
@Modifying @Query("DELETE FROM ResourceHistoryProvenanceEntity t WHERE t.myId = :pid") void deleteByPid(@Param("pid") Long theId)
-