Package com.ibm.fhir.persistence.jdbc
Class FHIRPersistenceJDBCFactory
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.FHIRPersistenceJDBCFactory
 
 
- 
- All Implemented Interfaces:
 FHIRPersistenceFactory
- Direct Known Subclasses:
 FHIRPersistenceJDBCBlobFactory,FHIRPersistenceJDBCCassandraFactory
public class FHIRPersistenceJDBCFactory extends java.lang.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 FHIRPersistencegetInstance(SearchHelper searchHelper)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(SearchHelper searchHelper) throws FHIRPersistenceException
Description copied from interface:FHIRPersistenceFactoryReturns an instance of a concrete implementation of the FHIRPersistence interface.- Specified by:
 getInstancein interfaceFHIRPersistenceFactory- Parameters:
 searchHelper- a helper for processing search requests- Throws:
 FHIRPersistenceException
 
 - 
 
 -