
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 ResourceTable
BaseResourceIndexedSearchParam.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 ResourceLink
ResourceLink.forAbsoluteReference
(String theSourcePath, ResourceTable theSourceResource, org.hl7.fhir.instance.model.api.IIdType theTargetResourceUrl, Date theUpdated) static ResourceLink
ResourceLink.forLogicalReference
(String theSourcePath, ResourceTable theSourceResource, String theTargetResourceUrl, Date theUpdated) Factory for canonical URLstatic ResourceSearchUrlEntity
ResourceSearchUrlEntity.from
(String theUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) static ResourceSearchUrlEntityPK
ResourceSearchUrlEntityPK.from
(String theSearchUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) void
NpmPackageVersionEntity.setPackageBinary
(ResourceTable thePackageBinary) abstract BaseResourceIndexedSearchParam
BaseResourceIndexedSearchParam.setResource
(ResourceTable theResource) void
IResourceIndexComboSearchParameter.setResource
(ResourceTable theResourceTable) void
ResourceIndexedComboStringUnique.setResource
(ResourceTable theResource) void
ResourceIndexedComboTokenNonUnique.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) void
ResourceTag.setResource
(ResourceTable theResource) void
SearchParamPresentEntity.setResource
(ResourceTable theResourceTable) void
NpmPackageVersionResourceEntity.setResourceBinary
(ResourceTable theResourceBinary) void
ResourceHistoryProvenanceEntity.setResourceTable
(ResourceTable theResourceTable) void
ResourceHistoryTable.setResourceTable
(ResourceTable theResourceTable) ResourceSearchUrlEntity.setResourceTable
(ResourceTable theResourceTable) ResourceLink.ResourceLinkForLocalReferenceParams.setSourceResource
(ResourceTable theSourceResource) void
ResourceLink.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)