Package ca.uhn.fhir.jpa.model.entity
Class ResourceHistoryProvenanceEntity
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.ResourceHistoryProvenanceEntity
- All Implemented Interfaces:
Serializable
This entity is deprecated - It stores the source URI and Request ID
fields so that they can be indexed and searched discretely. In
HAPI FHIR 6.8.0 we added equivalent columns to
ResourceHistoryTable
and started populating both those columns and the ones in this table.
As of HAPI FHIR 8.0.0 we are no longer using this table unless
the "AccessMetaSourceInformationFromProvenanceTable" on JpaStorageSettings
is enabled (it's disabled by default). In the future we will remove
this table entirely.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setRequestId
(String theRequestId) void
setResourceHistoryTable
(ResourceHistoryTable theResourceHistoryTable) void
setResourceTable
(ResourceTable theResourceTable) void
setSourceUri
(String theSourceUri) toString()
Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
ResourceHistoryProvenanceEntity
public ResourceHistoryProvenanceEntity()Constructor
-
-
Method Details
-
toString
- Overrides:
toString
in classBasePartitionable
-
setResourceTable
-
setResourceHistoryTable
-
getSourceUri
-
setSourceUri
-
getRequestId
-
setRequestId
-
getId
-