Uses of Interface
com.ibm.fhir.persistence.payload.FHIRPayloadPersistence
-
-
Uses of FHIRPayloadPersistence in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return FHIRPayloadPersistence Modifier and Type Method Description default FHIRPayloadPersistenceFHIRPersistenceFactory. getPayloadPersistence()Returns an instance of a concrete implementation of the FHIRPayloadPersistence interface which may be used by FHIRPersistence implementations to handle storage and retrieval of FHIR resource payloads. -
Uses of FHIRPayloadPersistence in com.ibm.fhir.persistence.blob
Classes in com.ibm.fhir.persistence.blob that implement FHIRPayloadPersistence Modifier and Type Class Description classFHIRPayloadPersistenceBlobImplImplementation to store and retrieve FHIR payload data using Azure Blob.Methods in com.ibm.fhir.persistence.blob that return FHIRPayloadPersistence Modifier and Type Method Description FHIRPayloadPersistenceFHIRPersistenceJDBCBlobFactory. getPayloadPersistence() -
Uses of FHIRPayloadPersistence in com.ibm.fhir.persistence.cassandra
Methods in com.ibm.fhir.persistence.cassandra that return FHIRPayloadPersistence Modifier and Type Method Description FHIRPayloadPersistenceFHIRPersistenceJDBCCassandraFactory. getPayloadPersistence() -
Uses of FHIRPayloadPersistence in com.ibm.fhir.persistence.cassandra.payload
Classes in com.ibm.fhir.persistence.cassandra.payload that implement FHIRPayloadPersistence Modifier and Type Class Description classFHIRPayloadPersistenceCassandraImplImplementation to store and retrieve FHIR payload data using Cassandra. -
Uses of FHIRPayloadPersistence in com.ibm.fhir.persistence.jdbc.impl
Constructors in com.ibm.fhir.persistence.jdbc.impl with parameters of type FHIRPayloadPersistence Constructor Description FHIRPersistenceJDBCImpl(FHIRPersistenceJDBCCache cache, FHIRPayloadPersistence payloadPersistence, SearchHelper searchHelper)Constructor for use when running as web application in WLP.
-