Annotation Type RequiresDialect

    • Element Detail

      • value

        Class<? extends Dialect> value
        The Dialect class to match.
      • matchSubTypes

        boolean matchSubTypes
        Should subtypes of value() be matched?
        Default:
        true
      • majorVersion

        int majorVersion
        Default:
        -1
      • minorVersion

        int minorVersion
        Default:
        -1
      • microVersion

        int microVersion
        Default:
        -1
      • comment

        String comment
        Comment describing the reason why the dialect is required.
        Returns:
        The comment
        Default:
        ""