Class TransactionPrePartitionResponse

java.lang.Object
ca.uhn.fhir.jpa.dao.TransactionPrePartitionResponse
Record Components:
splitBundles - A collection of Bundles containing the original entries that were passed in.

Response object for interceptor hook methods implementing the Pointcut.STORAGE_TRANSACTION_PRE_PARTITION pointcut.
Since:
8.6.0
  • Constructor Details

  • Method Details

    • getSplitBundles

      public List<org.hl7.fhir.instance.model.api.IBaseBundle> getSplitBundles()
    • setSplitBundles

      public TransactionPrePartitionResponse setSplitBundles(@Nonnull List<org.hl7.fhir.instance.model.api.IBaseBundle> theSplitBundles)
      A collection of Bundles containing all of the Bundle.entry elements from the original Bundle, but divided into multiple bundles. All entries from the original Bundle must be present, and no entries may be present which were not in the original Bundle.