Interface DialectOverride


  • public interface DialectOverride
    Allows certain annotations to be overridden in a given SQL Dialect.

    For example, a Formula annotation may be customized for a given Dialect using the DialectOverride.Formula annotation. An annotation may even be customized for a specific range of versions of the dialect by specifying a DialectOverride.Version.

    • dialect specifies the SQL dialect to which the override applies,
    • sameOrAfter specifies that the override applies to all versions beginning with the given version, and
    • before specifies that the override applies to all versions earlier than the given version.