Package ca.uhn.fhir.jpa.model.entity
Class AuditableBasePartitionable
java.lang.Object
ca.uhn.fhir.jpa.model.entity.AuditableBasePartitionable
- All Implemented Interfaces:
Serializable
This is a copy of (@link
BasePartitionable
used ONLY for entities that are audited by Hibernate Envers.
The reason for this is Envers will generate _AUD table schema for all auditable tables, even those marked as NotAudited
.
Should we make more entities envers auditable in the future, they would need to extend this class and not BasePartitionable
.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AuditableBasePartitionable
public AuditableBasePartitionable()
-
-
Method Details
-
getPartitionId
-
setPartitionId
-