Package ca.uhn.fhir.jpa.model.dao
Class JpaPidFk
java.lang.Object
ca.uhn.fhir.jpa.model.dao.JpaPidFk
- All Implemented Interfaces:
Serializable
This is a version of
JpaPid
which can be used as a FK, since it doesn't include
the @Id or related annotations.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Note that equals and hashCode for this object only consider the ID and Partition ID because this class gets used as cache keysstatic JpaPidFk
static JpaPidFk
static JpaPidFk
int
hashCode()
Note that equals and hashCode for this object only consider the ID and Partition ID because this class gets used as cache keysvoid
void
setPartitionId
(Integer thePartitionId) toJpaPid()
-
Constructor Details
-
JpaPidFk
public JpaPidFk()
-
-
Method Details
-
equals
Note that equals and hashCode for this object only consider the ID and Partition ID because this class gets used as cache keys -
hashCode
Note that equals and hashCode for this object only consider the ID and Partition ID because this class gets used as cache keys -
toJpaPid
-
setId
-
setPartitionId
-
fromPids
-
fromPid
-
fromId
-
fromId
-