
Uses of Class
ca.uhn.fhir.jpa.model.entity.ResourceHistoryTable
Packages that use ResourceHistoryTable
-
Uses of ResourceHistoryTable in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return ResourceHistoryTableModifier 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.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type ResourceHistoryTableModifier 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) Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type ResourceHistoryTableModifierConstructorDescriptionResourceHistoryTag
(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor