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)Methods in ca.uhn.fhir.jpa.model.entity with parameters of type ResourceHistoryTableModifier and TypeMethodDescriptionvoidResourceTable.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)