Package com.ibm.fhir.persistence
Interface FHIRPersistenceFactory
- 
- All Known Implementing Classes:
 FHIRPersistenceJDBCFactory
public interface FHIRPersistenceFactoryThis interface defines a factory which serves up instances of FHIRPersistence implementations. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FHIRPersistencegetInstance()Returns an instance of a concrete implementation of the FHIRPersistence interface. 
 - 
 
- 
- 
Method Detail
- 
getInstance
FHIRPersistence getInstance() throws FHIRPersistenceException
Returns an instance of a concrete implementation of the FHIRPersistence interface.- Throws:
 FHIRPersistenceException
 
 - 
 
 -