Class FetchResourceChangesDAO


  • public class FetchResourceChangesDAO
    extends Object
    Simple DAO to read records from the RESOURCE_CHANGE_LOG table
    • Constructor Detail

      • FetchResourceChangesDAO

        public FetchResourceChangesDAO​(com.ibm.fhir.database.utils.api.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<com.ibm.fhir.persistence.ResourceChangeLogRecord> run​(Connection c)
                                                                   throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Run the DAO command on the database connection
        Parameters:
        c -
        Returns:
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException