Package ca.uhn.fhir.jpa.entity
Class PartitionEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.PartitionEntity
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestPartitionId
buildRequestPartitionId
(List<PartitionEntity> thePartitions) Build a RequestPartitionId from the ids and names in the entities.getId()
getName()
void
setDescription
(String theDescription)
-
Field Details
-
MAX_NAME_LENGTH
- See Also:
-
MAX_DESC_LENGTH
- See Also:
-
-
Constructor Details
-
PartitionEntity
public PartitionEntity()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
toRequestPartitionId
-
buildRequestPartitionId
Build a RequestPartitionId from the ids and names in the entities.- Parameters:
thePartitions
- the entities to use for ids and names- Returns:
- a single RequestPartitionId covering all the entities
-