Uses of Interface
com.ibm.fhir.persistence.FHIRPersistence
-
-
Uses of FHIRPersistence in com.ibm.fhir.jbatch.bulkdata.export.fast
Fields in com.ibm.fhir.jbatch.bulkdata.export.fast declared as FHIRPersistence Modifier and Type Field Description (package private) FHIRPersistence
ResourcePayloadReader. fhirPersistence
-
Uses of FHIRPersistence in com.ibm.fhir.jbatch.bulkdata.export.patient
Fields in com.ibm.fhir.jbatch.bulkdata.export.patient declared as FHIRPersistence Modifier and Type Field Description protected FHIRPersistence
ChunkReader. fhirPersistence
-
Uses of FHIRPersistence in com.ibm.fhir.jbatch.bulkdata.export.system
Fields in com.ibm.fhir.jbatch.bulkdata.export.system declared as FHIRPersistence Modifier and Type Field Description (package private) FHIRPersistence
ChunkReader. fhirPersistence
-
Uses of FHIRPersistence in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return FHIRPersistence Modifier and Type Method Description FHIRPersistence
FHIRPersistenceFactory. getInstance()
Returns an instance of a concrete implementation of the FHIRPersistence interface.FHIRPersistence
PropertyBasedFHIRPersistenceFactory. getInstance(Properties properties)
-
Uses of FHIRPersistence in com.ibm.fhir.persistence.helper
Methods in com.ibm.fhir.persistence.helper that return FHIRPersistence Modifier and Type Method Description FHIRPersistence
FHIRPersistenceHelper. getFHIRPersistenceImplementation()
FHIRPersistence
FHIRPersistenceHelper. getFHIRPersistenceImplementation(String factoryPropertyName)
FHIRPersistence
PersistenceHelper. getFHIRPersistenceImplementation()
Returns an appropriate FHIRPersistance implementation according to the current configuration.FHIRPersistence
PersistenceHelper. getFHIRPersistenceImplementation(String factoryPropertyName)
Returns an appropriate FHIRPersistance implementation according to the current configuration. -
Uses of FHIRPersistence in com.ibm.fhir.persistence.interceptor
Methods in com.ibm.fhir.persistence.interceptor that return FHIRPersistence Modifier and Type Method Description FHIRPersistence
FHIRPersistenceEvent. getPersistenceImpl()
Returns the FHIRPersistence instance currently being used by the FHIR REST API layer to process the current request. -
Uses of FHIRPersistence in com.ibm.fhir.persistence.jdbc
Methods in com.ibm.fhir.persistence.jdbc that return FHIRPersistence Modifier and Type Method Description FHIRPersistence
FHIRPersistenceJDBCFactory. getInstance()
-
Uses of FHIRPersistence in com.ibm.fhir.persistence.jdbc.impl
Classes in com.ibm.fhir.persistence.jdbc.impl that implement FHIRPersistence Modifier and Type Class Description class
FHIRPersistenceJDBCImpl
The JDBC implementation of the FHIRPersistence interface, providing implementations for CRUD APIs and search. -
Uses of FHIRPersistence in com.ibm.fhir.server.resources
Methods in com.ibm.fhir.server.resources that return FHIRPersistence Modifier and Type Method Description protected FHIRPersistence
FHIRResource. getPersistenceImpl()
Retrieves the persistence implementation to use for the current request. -
Uses of FHIRPersistence in com.ibm.fhir.server.util
Constructors in com.ibm.fhir.server.util with parameters of type FHIRPersistence Constructor Description FHIRRestHelper(FHIRPersistence persistence)
-