Class BaseHapiFhirDao<T extends org.hl7.fhir.instance.model.api.IBaseResource>

All Implemented Interfaces:
IDao, IFhirResourceDao<T>, IJpaDao<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
BaseHapiFhirResourceDao

@Repository public abstract class BaseHapiFhirDao<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends BaseStorageResourceDao<T> implements IDao, IJpaDao<T>, org.springframework.context.ApplicationContextAware
TODO: JA - This class has only one subclass now. Historically it was a common ancestor for BaseHapiFhirSystemDao and BaseHapiFhirResourceDao but I've untangled the former from this hierarchy in order to simplify moving common functionality for resource DAOs into the hapi-fhir-storage project. This class should be merged into BaseHapiFhirResourceDao, but that should be done in its own dedicated PR since it'll be a noisy change.