Class FhirResourceDaoBundleDstu2

java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirDao<T>
ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao<ca.uhn.fhir.model.dstu2.resource.Bundle>
ca.uhn.fhir.jpa.dao.FhirResourceDaoBundleDstu2
All Implemented Interfaces:
ca.uhn.fhir.jpa.api.dao.IDao, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<ca.uhn.fhir.model.dstu2.resource.Bundle>, ca.uhn.fhir.jpa.api.dao.IJpaDao<ca.uhn.fhir.model.dstu2.resource.Bundle>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class FhirResourceDaoBundleDstu2 extends BaseHapiFhirResourceDao<ca.uhn.fhir.model.dstu2.resource.Bundle>
  • Constructor Details

  • Method Details

    • preProcessResourceForStorage

      protected void preProcessResourceForStorage(org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails, boolean thePerformIndexing)
      Overrides:
      preProcessResourceForStorage in class ca.uhn.fhir.jpa.dao.BaseStorageDao