
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdTypeWill be in the exact form[resourceType]/[id]voidsetSearchParameterId(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, setResourceIdMethods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:IResourceIndexComboSearchParameterWill be in the exact form[resourceType]/[id]- Specified by:
getSearchParameterIdin interfaceIResourceIndexComboSearchParameter
-
setSearchParameterId
public void setSearchParameterId(@Nonnull org.hl7.fhir.instance.model.api.IIdType theSearchParameterId) - Specified by:
setSearchParameterIdin interfaceIResourceIndexComboSearchParameter
-