
Uses of Class
ca.uhn.fhir.jpa.model.entity.ResourceTable
Packages that use ResourceTable
-
Uses of ResourceTable in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return ResourceTableModifier and TypeMethodDescriptionNpmPackageVersionEntity.getPackageBinary()abstract ResourceTableBaseResourceIndexedSearchParam.getResource()Get the Resource this SP indexesIResourceIndexComboSearchParameter.getResource()ResourceIndexedComboStringUnique.getResource()ResourceIndexedComboTokenNonUnique.getResource()ResourceIndexedSearchParamCoords.getResource()ResourceIndexedSearchParamDate.getResource()ResourceIndexedSearchParamNumber.getResource()ResourceIndexedSearchParamQuantity.getResource()ResourceIndexedSearchParamQuantityNormalized.getResource()ResourceIndexedSearchParamString.getResource()ResourceIndexedSearchParamToken.getResource()ResourceIndexedSearchParamUri.getResource()ResourceTag.getResource()SearchParamPresentEntity.getResource()NpmPackageVersionResourceEntity.getResourceBinary()ResourceHistoryTable.getResourceTable()ResourceLink.getSourceResource()ResourceLink.ResourceLinkForLocalReferenceParams.getSourceResource()ResourceLink.getTargetResource()ResourceTable.setResourceType(String theResourceType) Methods in ca.uhn.fhir.jpa.model.entity with parameters of type ResourceTableModifier and TypeMethodDescriptionstatic ResourceLinkResourceLink.forAbsoluteReference(String theSourcePath, ResourceTable theSourceResource, org.hl7.fhir.instance.model.api.IIdType theTargetResourceUrl, Date theUpdated) static ResourceLinkResourceLink.forLogicalReference(String theSourcePath, ResourceTable theSourceResource, String theTargetResourceUrl, Date theUpdated) Factory for canonical URLstatic ResourceSearchUrlEntityResourceSearchUrlEntity.from(String theUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) static ResourceSearchUrlEntityPKResourceSearchUrlEntityPK.from(String theSearchUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) voidNpmPackageVersionEntity.setPackageBinary(ResourceTable thePackageBinary) abstract BaseResourceIndexedSearchParamBaseResourceIndexedSearchParam.setResource(ResourceTable theResource) voidIResourceIndexComboSearchParameter.setResource(ResourceTable theResourceTable) voidResourceIndexedComboStringUnique.setResource(ResourceTable theResource) voidResourceIndexedComboTokenNonUnique.setResource(ResourceTable theResource) ResourceIndexedSearchParamCoords.setResource(ResourceTable theResource) ResourceIndexedSearchParamDate.setResource(ResourceTable theResource) ResourceIndexedSearchParamNumber.setResource(ResourceTable theResource) ResourceIndexedSearchParamQuantity.setResource(ResourceTable theResource) ResourceIndexedSearchParamQuantityNormalized.setResource(ResourceTable theResource) ResourceIndexedSearchParamString.setResource(ResourceTable theResource) ResourceIndexedSearchParamToken.setResource(ResourceTable theResource) ResourceIndexedSearchParamUri.setResource(ResourceTable theResource) voidResourceTag.setResource(ResourceTable theResource) voidSearchParamPresentEntity.setResource(ResourceTable theResourceTable) voidNpmPackageVersionResourceEntity.setResourceBinary(ResourceTable theResourceBinary) voidResourceHistoryProvenanceEntity.setResourceTable(ResourceTable theResourceTable) voidResourceHistoryTable.setResourceTable(ResourceTable theResourceTable) ResourceSearchUrlEntity.setResourceTable(ResourceTable theResourceTable) ResourceLink.ResourceLinkForLocalReferenceParams.setSourceResource(ResourceTable theSourceResource) voidResourceLink.setSourceResource(ResourceTable theSourceResource) Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type ResourceTableModifierConstructorDescriptionResourceIndexedComboStringUnique(ResourceTable theResource, String theIndexString, org.hl7.fhir.instance.model.api.IIdType theSearchParameterId) ConstructorResourceIndexedComboTokenNonUnique(PartitionSettings thePartitionSettings, ResourceTable theEntity, String theQueryString) ResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor -
Uses of ResourceTable in ca.uhn.fhir.jpa.model.search
Constructors in ca.uhn.fhir.jpa.model.search with parameters of type ResourceTableModifierConstructorDescriptionExtendedHSearchIndexData(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, org.hl7.fhir.instance.model.api.IBaseResource theResource, ResourceTable theEntity)