Package com.ibm.fhir.persistence.jdbc
Class FHIRPersistenceJDBCFactory
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.FHIRPersistenceJDBCFactory
-
- All Implemented Interfaces:
FHIRPersistenceFactory
public class FHIRPersistenceJDBCFactory extends Object implements FHIRPersistenceFactory
Factory which serves up instances of the JDBC persistence implementation.
-
-
Constructor Summary
Constructors Constructor Description FHIRPersistenceJDBCFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPersistence
getInstance()
Returns an instance of a concrete implementation of the FHIRPersistence interface.-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.fhir.persistence.FHIRPersistenceFactory
getPayloadPersistence
-
-
-
-
Method Detail
-
getInstance
public FHIRPersistence getInstance() throws FHIRPersistenceException
Description copied from interface:FHIRPersistenceFactory
Returns an instance of a concrete implementation of the FHIRPersistence interface.- Specified by:
getInstance
in interfaceFHIRPersistenceFactory
- Throws:
FHIRPersistenceException
-
-