Package ca.uhn.fhir.jpa.model.entity
Class BaseResourceIndexedCombo
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedCombo
- All Implemented Interfaces:
IResourceIndexComboSearchParameter
,Serializable
- Direct Known Subclasses:
ResourceIndexedComboStringUnique
,ResourceIndexedComboTokenNonUnique
@MappedSuperclass
public abstract class BaseResourceIndexedCombo
extends BaseResourceIndex
implements IResourceIndexComboSearchParameter
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdType
Will be in the exact form[resourceType]/[id]
void
setSearchParameterId
(org.hl7.fhir.instance.model.api.IIdType theSearchParameterId) Methods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
calculateHashes, clearHashes, copyMutableValuesFrom, equals, getId, hashCode, setId, setPartitionId, setPlaceholderHashesIfMissing
Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.jpa.model.entity.IResourceIndexComboSearchParameter
getIndexString, getResource, setResource
-
Constructor Details
-
BaseResourceIndexedCombo
public BaseResourceIndexedCombo()
-
-
Method Details
-
getSearchParameterId
Description copied from interface:IResourceIndexComboSearchParameter
Will be in the exact form[resourceType]/[id]
- Specified by:
getSearchParameterId
in interfaceIResourceIndexComboSearchParameter
-
setSearchParameterId
public void setSearchParameterId(@Nonnull org.hl7.fhir.instance.model.api.IIdType theSearchParameterId) - Specified by:
setSearchParameterId
in interfaceIResourceIndexComboSearchParameter
-