Uses of Interface
com.ibm.fhir.persistence.payload.FHIRPayloadPersistence
-
Packages that use FHIRPayloadPersistence Package Description com.ibm.fhir.persistence com.ibm.fhir.persistence.jdbc.impl -
-
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.jdbc.impl
Constructors in com.ibm.fhir.persistence.jdbc.impl with parameters of type FHIRPayloadPersistence Constructor Description FHIRPersistenceJDBCImpl(FHIRPersistenceJDBCCache cache, FHIRPayloadPersistence payloadPersistence)
Constructor for use when running as web application in WLP.
-