Class FetchResourceChangesDAO
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.dao.impl.FetchResourceChangesDAO
 
 
- 
public class FetchResourceChangesDAO extends Object
Simple DAO to read records from the RESOURCE_CHANGE_LOG table 
- 
- 
Constructor Summary
Constructors Constructor Description FetchResourceChangesDAO(IDatabaseTranslator tx, String schemaName, int resourceCount, String resourceTypeName, Instant fromTstamp, Long afterResourceId)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceChangeLogRecord>run(Connection c)Run the DAO command on the database connection 
 - 
 
- 
- 
Constructor Detail
- 
FetchResourceChangesDAO
public FetchResourceChangesDAO(IDatabaseTranslator tx, String schemaName, int resourceCount, String resourceTypeName, Instant fromTstamp, Long afterResourceId)
Public constructor- Parameters:
 tx-schemaName-resourceCount-resourceTypeName-fromTstamp-afterResourceId-
 
 - 
 
- 
Method Detail
- 
run
public List<ResourceChangeLogRecord> run(Connection c) throws FHIRPersistenceException
Run the DAO command on the database connection- Parameters:
 c-- Returns:
 - Throws:
 FHIRPersistenceException
 
 - 
 
 -