
Uses of Class
ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId
Packages that use PartitionablePartitionId
Package
Description
-
Uses of PartitionablePartitionId in ca.uhn.fhir.jpa.model.cross
Methods in ca.uhn.fhir.jpa.model.cross that return PartitionablePartitionId -
Uses of PartitionablePartitionId in ca.uhn.fhir.jpa.model.dao
Methods in ca.uhn.fhir.jpa.model.dao that return PartitionablePartitionIdMethods in ca.uhn.fhir.jpa.model.dao with parameters of type PartitionablePartitionIdModifier and TypeMethodDescriptionstatic JpaPidJpaPid.fromId(Long theResourceId, PartitionablePartitionId thePartitionId) JpaPid.setPartitionablePartitionId(PartitionablePartitionId thePartitionablePartitionId) -
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()AuditableBasePartitionable.getPartitionId()BasePartitionable.getPartitionId()IBaseResourceEntity.getPartitionId()ResourceHistoryTable.getPartitionId()ResourceTable.getPartitionId()ResourceLink.ResourceLinkForLocalReferenceParams.getTargetResourcePartitionablePartitionId()PartitionablePartitionId.setPartitionDate(LocalDate thePartitionDate) PartitionablePartitionId.setPartitionId(Integer thePartitionId) static PartitionablePartitionIdPartitionablePartitionId.toStoragePartition(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, PartitionSettings thePartitionSettings) static PartitionablePartitionIdMethods 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, StorageSettings theStorageSettings, String theResourceType, String theParamName, String theValueNormalized) static longSearchParamPresentEntity.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 longBaseResourceIndexedSearchParamQuantity.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 longBaseResourceIndexedSearchParamQuantity.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) voidAuditableBasePartitionable.setPartitionId(PartitionablePartitionId thePartitionId) voidBasePartitionable.setPartitionId(PartitionablePartitionId thePartitionId) voidBaseResourceIndex.setPartitionId(PartitionablePartitionId thePartitionId) voidResourceHistoryTable.setPartitionId(PartitionablePartitionId thePartitionablePartitionId) voidResourceTable.setPartitionId(PartitionablePartitionId theStoragePartition) ResourceLink.ResourceLinkForLocalReferenceParams.setTargetResourcePartitionablePartitionId(PartitionablePartitionId theTargetResourcePartitionablePartitionId) ResourceLink.setTargetResourcePartitionId(PartitionablePartitionId theTargetResourcePartitionId) 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) ConstructorResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor