Uses of Class
dev.dsf.fhir.dao.exception.ResourceVersionNoMatchException
Packages that use ResourceVersionNoMatchException
-
Uses of ResourceVersionNoMatchException in dev.dsf.fhir.dao
Methods in dev.dsf.fhir.dao that throw ResourceVersionNoMatchExceptionModifier and TypeMethodDescriptionSets the version of the stored resource to latest version from DB plus 1.ResourceDao.updateWithTransaction(Connection connection, R resource, Long expectedVersion) Sets the version of the stored resource to latest version from DB plus 1. -
Uses of ResourceVersionNoMatchException in dev.dsf.fhir.dao.command
Methods in dev.dsf.fhir.dao.command that throw ResourceVersionNoMatchExceptionModifier and TypeMethodDescriptionprotected RUpdateCommand.updateWithTransaction(Connection connection, R resource, Long expectedVersion) protected org.hl7.fhir.r4.model.StructureDefinitionUpdateStructureDefinitionCommand.updateWithTransaction(Connection connection, org.hl7.fhir.r4.model.StructureDefinition resource, Long expectedVersion) -
Uses of ResourceVersionNoMatchException in dev.dsf.fhir.function
Methods in dev.dsf.fhir.function that throw ResourceVersionNoMatchException