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
ConstructorDescriptionConstructorSearchParamPresentEntity
(String theParamName, boolean thePresent) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
static long
calculateHashPresence
(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent) static long
calculateHashPresence
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, String theResourceType, String theParamName, Boolean thePresent) boolean
int
hashCode()
boolean
void
setHashPresence
(Long theHashPresence) void
setParamName
(String theParamName) void
setPartitionSettings
(PartitionSettings thePartitionSettings) void
setPresent
(boolean thePresent) void
setResource
(ResourceTable theResourceTable) toString()
void
updateValues
(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:
toString
in 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)
-