Package ca.uhn.fhir.jpa.model.dialect


package ca.uhn.fhir.jpa.model.dialect
  • Class
    Description
    HAPI FHIR dialect for H2 database
    This dialect is recommended when using HAPI FHIR JPA on Postgresql database.
    This is a sequence generator that wraps the Hibernate default sequence generator SequenceStyleGenerator and by default will therefore work exactly as the default would, but allows for customization.
    This is an internal API and may change or disappear without notice Implementations of this interface can modify the automatically generated sequence values created by hibernate seuqnece generator