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) FHIRPersistenceResourcePayloadReader. 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 FHIRPersistenceChunkReader. 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) FHIRPersistenceChunkReader. fhirPersistence - 
Uses of FHIRPersistence in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return FHIRPersistence Modifier and Type Method Description FHIRPersistenceFHIRPersistenceFactory. getInstance()Returns an instance of a concrete implementation of the FHIRPersistence interface.FHIRPersistencePropertyBasedFHIRPersistenceFactory. 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 FHIRPersistenceFHIRPersistenceHelper. getFHIRPersistenceImplementation()FHIRPersistenceFHIRPersistenceHelper. getFHIRPersistenceImplementation(String factoryPropertyName)FHIRPersistencePersistenceHelper. getFHIRPersistenceImplementation()Returns an appropriate FHIRPersistance implementation according to the current configuration.FHIRPersistencePersistenceHelper. 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 FHIRPersistenceFHIRPersistenceEvent. 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 FHIRPersistenceFHIRPersistenceJDBCFactory. 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 classFHIRPersistenceJDBCImplThe 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 FHIRPersistenceFHIRResource. 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) 
 -