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