Package ca.uhn.fhir.jpa.model.entity
Class BasePartitionable
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseHasResource
,BaseResourceIndex
,BaseTag
,ResourceHistoryProvenanceEntity
,SearchParamPresentEntity
This is the base class for entities with partitioning that does NOT include Hibernate Envers logging.
If your entity needs Envers auditing, please have it extend AuditableBasePartitionable
instead.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPartitionId
(PartitionablePartitionId thePartitionId) toString()
-
Constructor Details
-
BasePartitionable
public BasePartitionable()
-
-
Method Details