
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 TypeMethodDescriptionvoidResourceTable.populateHistoryEntityVersionAndDates(ResourceHistoryTable theResourceHistoryTable) Updates several temporal values in aResourceHistoryTableentity which are pulled from this entity, including the resource version, and the creation, update, and deletion dates.voidResourceTable.setCurrentVersionEntity(ResourceHistoryTable theCurrentVersionEntity) This is a convenience to avoid loading the version a second time within a single transaction.voidResourceHistoryTag.setResource(ResourceHistoryTable theResourceHistory) voidResourceHistoryProvenanceEntity.setResourceHistoryTable(ResourceHistoryTable theResourceHistoryTable) Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type ResourceHistoryTableModifierConstructorDescriptionResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor