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 PartitionablePartitionIdPartitionablePartitionId.clone()BasePartitionable.getPartitionId()IBaseResourceEntity.getPartitionId()PartitionablePartitionId.setPartitionDate(LocalDate thePartitionDate)PartitionablePartitionId.setPartitionId(Integer thePartitionId)Methods in ca.uhn.fhir.jpa.model.entity with parameters of type PartitionablePartitionIdModifier and TypeMethodDescriptionstatic longResourceIndexedComboTokenNonUnique.calculateHashComplete(PartitionSettings partitionSettings, PartitionablePartitionId thePartitionId, String queryString)static longResourceIndexedSearchParamString.calculateHashExact(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValueExact)static longBaseResourceIndexedSearchParam.calculateHashIdentity(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName)static longResourceIndexedSearchParamString.calculateHashNormalized(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized)static longSearchParamPresent.calculateHashPresence(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent)static longResourceIndexedSearchParamToken.calculateHashSystem(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem)static longResourceIndexedSearchParamBaseQuantity.calculateHashSystemAndUnits(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theUnits)static longResourceIndexedSearchParamToken.calculateHashSystemAndValue(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theSystem, String theValue)static longResourceIndexedSearchParamBaseQuantity.calculateHashUnits(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUnits)static longResourceIndexedSearchParamUri.calculateHashUri(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theUri)static longResourceIndexedSearchParamToken.calculateHashValue(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, String theValue)voidBasePartitionable.setPartitionId(PartitionablePartitionId thePartitionId)voidBaseResourceIndex.setPartitionId(PartitionablePartitionId thePartitionId)static ca.uhn.fhir.interceptor.model.RequestPartitionIdPartitionablePartitionId.toRequestPartitionId(PartitionablePartitionId theRequestPartitionId)Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type PartitionablePartitionIdModifierConstructorDescriptionResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId)ResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId)Constructor