Class HapiFhirEnversRevision

java.lang.Object
ca.uhn.fhir.jpa.entity.HapiFhirEnversRevision
All Implemented Interfaces:
Serializable

@Entity public class HapiFhirEnversRevision extends Object implements Serializable
This class exists strictly to override the default names used to generate Hibernate Envers revision table.

It is not actually invoked by any hapi-fhir code or code that uses hapi-fhir.

Specificallyy (at this writing), the class overrides names for:

  1. The table name itself
  2. The ID generator sequence
See Also: