Package ca.uhn.fhir.jpa.model.entity
Class ResourceIndexedComboStringUnique
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.ResourceIndexedComboStringUnique
- All Implemented Interfaces:
Serializable,Comparable<ResourceIndexedComboStringUnique>
@Entity
public class ResourceIndexedComboStringUnique
extends BasePartitionable
implements Comparable<ResourceIndexedComboStringUnique>
- See Also:
- Serialized Form
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceIndexedComboStringUnique(ResourceTable theResource, String theIndexString, org.hl7.fhir.instance.model.api.IIdType theSearchParameterId)Constructor -
Method Summary
Modifier and TypeMethodDescriptionintbooleanorg.hl7.fhir.instance.model.api.IIdTypeNote: This field is not persisted, so it will only be populated for new indexesinthashCode()voidsetIndexString(String theIndexString)voidsetResource(ResourceTable theResource)voidsetSearchParameterId(org.hl7.fhir.instance.model.api.IIdType theSearchParameterId)Note: This field is not persisted, so it will only be populated for new indexestoString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Field Details
-
MAX_STRING_LENGTH
- See Also:
- Constant Field Values
-
IDX_IDXCMPSTRUNIQ_STRING
- See Also:
- Constant Field Values
-
IDX_IDXCMPSTRUNIQ_RESOURCE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ResourceIndexedComboStringUnique
public ResourceIndexedComboStringUnique()Constructor -
ResourceIndexedComboStringUnique
public ResourceIndexedComboStringUnique(ResourceTable theResource, String theIndexString, org.hl7.fhir.instance.model.api.IIdType theSearchParameterId)Constructor
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<ResourceIndexedComboStringUnique>
-
equals
-
getIndexString
-
setIndexString
-
getResource
-
setResource
-
hashCode
-
toString
-
setSearchParameterId
Note: This field is not persisted, so it will only be populated for new indexes -
getSearchParameterId
Note: This field is not persisted, so it will only be populated for new indexes
-