Uses of Interface
org.linuxforhealth.fhir.persistence.FHIRPersistenceFactory
- 
Packages that use FHIRPersistenceFactory Package Description org.linuxforhealth.fhir.persistence.blob org.linuxforhealth.fhir.persistence.cassandra org.linuxforhealth.fhir.persistence.jdbc  - 
- 
Uses of FHIRPersistenceFactory in org.linuxforhealth.fhir.persistence.blob
Classes in org.linuxforhealth.fhir.persistence.blob that implement FHIRPersistenceFactory Modifier and Type Class Description classFHIRPersistenceJDBCBlobFactoryFactory for decorating the JDBC persistence layer with a payload persistence implementation using Azure Blob. - 
Uses of FHIRPersistenceFactory in org.linuxforhealth.fhir.persistence.cassandra
Classes in org.linuxforhealth.fhir.persistence.cassandra that implement FHIRPersistenceFactory Modifier and Type Class Description classFHIRPersistenceJDBCCassandraFactoryFactory for creating a hybrid JDBC/Cassandra persistence implementation - 
Uses of FHIRPersistenceFactory in org.linuxforhealth.fhir.persistence.jdbc
Classes in org.linuxforhealth.fhir.persistence.jdbc that implement FHIRPersistenceFactory Modifier and Type Class Description classFHIRPersistenceJDBCFactoryFactory which serves up instances of the JDBC persistence implementation. 
 -