
Package ca.uhn.fhir.jpa.model.entity
Class PartitionablePartitionId
java.lang.Object
ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorPartitionablePartitionId
(Integer thePartitionId, LocalDate thePartitionDate) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected PartitionablePartitionId
clone()
boolean
int
hashCode()
setPartitionDate
(LocalDate thePartitionDate) setPartitionId
(Integer thePartitionId) ca.uhn.fhir.interceptor.model.RequestPartitionId
static ca.uhn.fhir.interceptor.model.RequestPartitionId
toRequestPartitionId
(PartitionablePartitionId theRequestPartitionId) static PartitionablePartitionId
toStoragePartition
(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, PartitionSettings thePartitionSettings) toString()
-
Constructor Details
-
PartitionablePartitionId
public PartitionablePartitionId()Constructor -
PartitionablePartitionId
public PartitionablePartitionId(@Nullable Integer thePartitionId, @Nullable LocalDate thePartitionDate) Constructor
-
-
Method Details
-
getPartitionId
-
setPartitionId
-
equals
-
hashCode
-
getPartitionDate
-
setPartitionDate
-
clone
-
toPartitionId
-
toString
-
toRequestPartitionId
@Nonnull public static ca.uhn.fhir.interceptor.model.RequestPartitionId toRequestPartitionId(@Nullable PartitionablePartitionId theRequestPartitionId) -
toStoragePartition
@Nonnull public static PartitionablePartitionId toStoragePartition(@Nonnull ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, @Nonnull PartitionSettings thePartitionSettings)
-