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