
Package ca.uhn.fhir.jpa.model.entity
Class SearchParamPresentEntity
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.SearchParamPresentEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorSearchParamPresentEntity(String theParamName, boolean thePresent) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic longcalculateHashPresence(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent) static longcalculateHashPresence(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent) booleaninthashCode()booleanvoidsetHashPresence(Long theHashPresence) voidsetParamName(String theParamName) voidsetPartitionSettings(PartitionSettings thePartitionSettings) voidsetPresent(boolean thePresent) voidsetResource(ResourceTable theResourceTable) toString()voidupdateValues(SearchParamPresentEntity theSource) Copy all mutable values from the given sourceMethods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
SearchParamPresentEntity
public SearchParamPresentEntity()Constructor -
SearchParamPresentEntity
Constructor
-
-
Method Details
-
calculateHashes
-
getHashPresence
-
setHashPresence
-
getParamName
-
setParamName
-
getResource
-
setResource
-
isPresent
-
setPresent
-
equals
-
hashCode
-
toString
- Overrides:
toStringin classBasePartitionable
-
getPartitionSettings
-
setPartitionSettings
-
updateValues
Copy all mutable values from the given source -
calculateHashPresence
public static long calculateHashPresence(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent) -
calculateHashPresence
public static long calculateHashPresence(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent)
-