Package com.ibm.fhir.persistence
Interface FHIRPersistenceFactory
-
- All Known Implementing Classes:
FHIRPersistenceJDBCFactory
public interface FHIRPersistenceFactory
This interface defines a factory which serves up instances of FHIRPersistence implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FHIRPersistence
getInstance()
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
-
-