
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNote that equals and hashCode for this object only consider the ID and Partition ID because this class gets used as cache keysstatic JpaPidFkstatic JpaPidFkstatic JpaPidFkinthashCode()Note that equals and hashCode for this object only consider the ID and Partition ID because this class gets used as cache keysvoidvoidsetPartitionId(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
-