
Uses of Class
ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId
Packages that use PartitionablePartitionId
-
Uses of PartitionablePartitionId in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return PartitionablePartitionIdModifier and TypeMethodDescriptionprotected PartitionablePartitionId
PartitionablePartitionId.clone()
AuditableBasePartitionable.getPartitionId()
BasePartitionable.getPartitionId()
IBaseResourceEntity.getPartitionId()
PartitionablePartitionId.setPartitionDate
(LocalDate thePartitionDate) PartitionablePartitionId.setPartitionId
(Integer thePartitionId) static PartitionablePartitionId
PartitionablePartitionId.toStoragePartition
(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, PartitionSettings thePartitionSettings) Methods in ca.uhn.fhir.jpa.model.entity with parameters of type PartitionablePartitionIdModifier and TypeMethodDescriptionstatic long
ResourceIndexedComboTokenNonUnique.calculateHashComplete
(PartitionSettings partitionSettings, PartitionablePartitionId thePartitionId, String queryString) static long
ResourceIndexedSearchParamString.calculateHashExact
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValueExact) static long
BaseResourceIndexedSearchParam.calculateHashIdentity
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName) static long
ResourceIndexedSearchParamString.calculateHashNormalized
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, StorageSettings theStorageSettings, String theResourceType, String theParamName, String theValueNormalized) static long
SearchParamPresentEntity.calculateHashPresence
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent) static long
ResourceIndexedSearchParamToken.calculateHashSystem
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem) static long
BaseResourceIndexedSearchParamQuantity.calculateHashSystemAndUnits
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theUnits) static long
ResourceIndexedSearchParamToken.calculateHashSystemAndValue
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theValue) static long
BaseResourceIndexedSearchParamQuantity.calculateHashUnits
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUnits) static long
ResourceIndexedSearchParamUri.calculateHashUri
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUri) static long
ResourceIndexedSearchParamToken.calculateHashValue
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValue) void
AuditableBasePartitionable.setPartitionId
(PartitionablePartitionId thePartitionId) void
BasePartitionable.setPartitionId
(PartitionablePartitionId thePartitionId) void
BaseResourceIndex.setPartitionId
(PartitionablePartitionId thePartitionId) static ca.uhn.fhir.interceptor.model.RequestPartitionId
PartitionablePartitionId.toRequestPartitionId
(PartitionablePartitionId theRequestPartitionId) Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type PartitionablePartitionIdModifierConstructorDescriptionResourceHistoryTag
(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) ConstructorResourceTag
(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor