Class BaseHapiFhirSystemDao<T extends org.hl7.fhir.instance.model.api.IBaseBundle,MT>

java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao<T,MT>
All Implemented Interfaces:
IDao, IFhirSystemDao<T,MT>
Direct Known Subclasses:
FhirSystemDaoDstu2, FhirSystemDaoDstu3, FhirSystemDaoR4, FhirSystemDaoR4B, FhirSystemDaoR5

public abstract class BaseHapiFhirSystemDao<T extends org.hl7.fhir.instance.model.api.IBaseBundle,MT> extends BaseStorageDao implements IFhirSystemDao<T,MT>