Class FHIRPersistenceJDBCCassandraFactory
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.jdbc.FHIRPersistenceJDBCFactory
 - 
- org.linuxforhealth.fhir.persistence.cassandra.FHIRPersistenceJDBCCassandraFactory
 
 
 
- 
- All Implemented Interfaces:
 FHIRPersistenceFactory
public class FHIRPersistenceJDBCCassandraFactory extends FHIRPersistenceJDBCFactory
Factory for creating a hybrid JDBC/Cassandra persistence implementation 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRPersistenceJDBCCassandraFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPayloadPersistencegetPayloadPersistence()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.- 
Methods inherited from class org.linuxforhealth.fhir.persistence.jdbc.FHIRPersistenceJDBCFactory
getInstance 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPayloadPersistence
public FHIRPayloadPersistence getPayloadPersistence() throws FHIRPersistenceException
Description copied from interface:FHIRPersistenceFactoryReturns 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.- Returns:
 - the concrete implementation
 - Throws:
 FHIRPersistenceException
 
 - 
 
 -