Interface ITermConceptMapGroupElementDao

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

public interface ITermConceptMapGroupElementDao extends org.springframework.data.jpa.repository.JpaRepository<TermConceptMapGroupElement,Long>, IHapiFhirJpaRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

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

    findAll, findAllById, saveAll

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

    findAll

    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