
Package ca.uhn.fhir.jpa.model.entity
Class ResourceIndexedComboTokenNonUnique
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedCombo
ca.uhn.fhir.jpa.model.entity.ResourceIndexedComboTokenNonUnique
- All Implemented Interfaces:
IResourceIndexComboSearchParameter,Serializable,Comparable<ResourceIndexedComboTokenNonUnique>
@Entity
public class ResourceIndexedComboTokenNonUnique
extends BaseResourceIndexedCombo
implements Comparable<ResourceIndexedComboTokenNonUnique>, IResourceIndexComboSearchParameter
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceIndexedComboTokenNonUnique(PartitionSettings thePartitionSettings, ResourceTable theEntity, String theQueryString) -
Method Summary
Modifier and TypeMethodDescriptionstatic longcalculateHashComplete(PartitionSettings partitionSettings, PartitionablePartitionId thePartitionId, String queryString) voidvoidint<T extends BaseResourceIndex>
voidcopyMutableValuesFrom(T theSource) booleanSubclasses must implementgetId()inthashCode()Subclasses must implementvoidsetHashComplete(Long theHashComplete) voidvoidsetIndexString(String theIndexString) voidsetPartitionSettings(PartitionSettings thePartitionSettings) voidsetResource(ResourceTable theResource) voidsetResourceId(Long theResourceId) toString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedCombo
getSearchParameterId, setSearchParameterIdMethods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
setPartitionId, setPlaceholderHashesIfMissingMethods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.fhir.jpa.model.entity.IResourceIndexComboSearchParameter
getSearchParameterId, setSearchParameterId
-
Field Details
-
HFJ_IDX_CMB_TOK_NU
- See Also:
-
-
Constructor Details
-
ResourceIndexedComboTokenNonUnique
public ResourceIndexedComboTokenNonUnique()Constructor -
ResourceIndexedComboTokenNonUnique
public ResourceIndexedComboTokenNonUnique(PartitionSettings thePartitionSettings, ResourceTable theEntity, String theQueryString)
-
-
Method Details
-
getIndexString
- Specified by:
getIndexStringin interfaceIResourceIndexComboSearchParameter
-
setIndexString
-
equals
Description copied from class:BaseResourceIndexSubclasses must implement- Specified by:
equalsin classBaseResourceIndex
-
copyMutableValuesFrom
- Specified by:
copyMutableValuesFromin classBaseResourceIndex
-
setResourceId
- Specified by:
setResourceIdin classBaseResourceIndex
-
getId
- Specified by:
getIdin classBaseResourceIndex
-
setId
- Specified by:
setIdin classBaseResourceIndex
-
clearHashes
- Specified by:
clearHashesin classBaseResourceIndex
-
calculateHashes
- Specified by:
calculateHashesin classBaseResourceIndex
-
hashCode
Description copied from class:BaseResourceIndexSubclasses must implement- Specified by:
hashCodein classBaseResourceIndex
-
getPartitionSettings
-
setPartitionSettings
-
getResource
- Specified by:
getResourcein interfaceIResourceIndexComboSearchParameter
-
setResource
- Specified by:
setResourcein interfaceIResourceIndexComboSearchParameter
-
getHashComplete
-
setHashComplete
-
compareTo
- Specified by:
compareToin interfaceComparable<ResourceIndexedComboTokenNonUnique>
-
toString
- Overrides:
toStringin classBasePartitionable
-
calculateHashComplete
public static long calculateHashComplete(PartitionSettings partitionSettings, PartitionablePartitionId thePartitionId, String queryString)
-