Uses of Class
com.ibm.fhir.persistence.ResourceChangeLogRecord
-
Packages that use ResourceChangeLogRecord Package Description com.ibm.fhir.persistence com.ibm.fhir.persistence.jdbc.dao.impl com.ibm.fhir.persistence.jdbc.impl -
-
Uses of ResourceChangeLogRecord in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return types with arguments of type ResourceChangeLogRecord Modifier and Type Method Description List<ResourceChangeLogRecord>
FHIRPersistence. changes(int resourceCount, Instant fromLastModified, Long afterResourceId, String resourceTypeName)
Fetch up to resourceCount records from the RESOURCE_CHANGE_LOG table -
Uses of ResourceChangeLogRecord in com.ibm.fhir.persistence.jdbc.dao.impl
Methods in com.ibm.fhir.persistence.jdbc.dao.impl that return types with arguments of type ResourceChangeLogRecord Modifier and Type Method Description List<ResourceChangeLogRecord>
FetchResourceChangesDAO. run(Connection c)
Run the DAO command on the database connection -
Uses of ResourceChangeLogRecord in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that return types with arguments of type ResourceChangeLogRecord Modifier and Type Method Description List<ResourceChangeLogRecord>
FHIRPersistenceJDBCImpl. changes(int resourceCount, Instant fromLastModified, Long afterResourceId, String resourceTypeName)
-