Package ca.uhn.fhir.jpa.entity
Class HapiFhirEnversRevision
java.lang.Object
ca.uhn.fhir.jpa.entity.HapiFhirEnversRevision
- All Implemented Interfaces:
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:
- The table name itself
- The ID generator sequence
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getRev()
void
setRev
(long theRev) void
setRevtstmp
(Date theRevtstmp) toString()
-
Constructor Details
-
HapiFhirEnversRevision
public HapiFhirEnversRevision()
-
-
Method Details