Interface ITermValueSetDao

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

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

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Slice<TermValueSet>
    findByExpansionStatus(org.springframework.data.domain.Pageable pageable, TermValueSetPreExpansionStatusEnum theExpansionStatus)
     
    findByResourcePid(Long theResourcePid)
     
    findByUrl(String theUrl)
    Deprecated.
    The current TermValueSet is not necessarily the last uploaded anymore, but the current VS resource is pointed by a specific ForcedId, so we locate current ValueSet as the one pointing to current VS resource
    findTermValueSetByUrl(org.springframework.data.domain.Pageable thePage, String theUrl)
     
     
     

    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