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
ConstructorDescriptionConstructorPartitionablePartitionId
(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()
static PartitionablePartitionId
-
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) -
with
public static PartitionablePartitionId with(@Nullable Integer thePartitionId, @Nullable LocalDate thePartitionDate)
-