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 FHIRPayloadPersistence
FHIRPersistenceFactory. 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 class
FHIRPayloadPersistenceBlobImpl
Implementation 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 FHIRPayloadPersistence
FHIRPersistenceJDBCBlobFactory. 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 FHIRPayloadPersistence
FHIRPersistenceJDBCCassandraFactory. 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 class
FHIRPayloadPersistenceCassandraImpl
Implementation 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.
-