Interface ITermValueSetDao

All Superinterfaces:
org.springframework.data.repository.CrudRepository<TermValueSet,Long>, IHapiFhirJpaRepository, org.springframework.data.jpa.repository.JpaRepository<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 Details