Uses of Class
ca.uhn.fhir.jpa.model.entity.ResourceHistoryTable
-
Uses of ResourceHistoryTable in ca.uhn.fhir.jpa.model.entity
Modifier and TypeMethodDescriptionResourceTable.getCurrentVersionEntity()
This is a convenience to avoid loading the version a second time within a single transaction.ResourceHistoryTag.getResourceHistory()
ResourceTable.toHistory
(boolean theCreateVersionTags) This method creates a new history entity, or might reuse the current one if we've already created one in the current transaction.Modifier and TypeMethodDescriptionvoid
ResourceTable.populateHistoryEntityVersionAndDates
(ResourceHistoryTable theResourceHistoryTable) Updates several temporal values in aResourceHistoryTable
entity which are pulled from this entity, including the resource version, and the creation, update, and deletion dates.void
ResourceTable.setCurrentVersionEntity
(ResourceHistoryTable theCurrentVersionEntity) This is a convenience to avoid loading the version a second time within a single transaction.void
ResourceHistoryTag.setResource
(ResourceHistoryTable theResourceHistory) void
ResourceHistoryProvenanceEntity.setResourceHistoryTable
(ResourceHistoryTable theResourceHistoryTable) ModifierConstructorDescriptionResourceHistoryTag
(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor