Class BasePartitionable

java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaseHasResource, BaseResourceIndex, BaseTag, ForcedId, ResourceHistoryProvenanceEntity, ResourceIndexedComboStringUnique, SearchParamPresentEntity

@MappedSuperclass public abstract class BasePartitionable extends Object implements Serializable
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: