
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:
IResourceIndexComboSearchParameter
,Serializable
,Comparable<ResourceIndexedComboStringUnique>
@Entity
public class ResourceIndexedComboStringUnique
extends BasePartitionable
implements Comparable<ResourceIndexedComboStringUnique>, IResourceIndexComboSearchParameter
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceIndexedComboStringUnique
(ResourceTable theResource, String theIndexString, org.hl7.fhir.instance.model.api.IIdType theSearchParameterId) Constructor -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
org.hl7.fhir.instance.model.api.IIdType
Note: This field is not persisted, so it will only be populated for new indexesint
hashCode()
void
setIndexString
(String theIndexString) void
setResource
(ResourceTable theResource) void
setSearchParameterId
(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:
-
IDX_IDXCMPSTRUNIQ_STRING
- See Also:
-
IDX_IDXCMPSTRUNIQ_RESOURCE
- See Also:
-
-
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:
compareTo
in interfaceComparable<ResourceIndexedComboStringUnique>
-
equals
-
getIndexString
- Specified by:
getIndexString
in interfaceIResourceIndexComboSearchParameter
-
setIndexString
-
getResource
- Specified by:
getResource
in interfaceIResourceIndexComboSearchParameter
-
setResource
- Specified by:
setResource
in interfaceIResourceIndexComboSearchParameter
-
hashCode
-
toString
- Overrides:
toString
in classBasePartitionable
-
setSearchParameterId
Note: This field is not persisted, so it will only be populated for new indexes- Specified by:
setSearchParameterId
in interfaceIResourceIndexComboSearchParameter
-
getSearchParameterId
Note: This field is not persisted, so it will only be populated for new indexes- Specified by:
getSearchParameterId
in interfaceIResourceIndexComboSearchParameter
-