
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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonggetRev()voidsetRev(long theRev) voidsetRevtstmp(Date theRevtstmp) toString() 
- 
Constructor Details
- 
HapiFhirEnversRevision
public HapiFhirEnversRevision() 
 - 
 - 
Method Details