Package org.hibernate.testing

Annotation Type RequiresDialect

    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      Class<? extendsDialect>value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The dialects against which to run the test
    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Stringcomment
      Deprecated, for removal: This API element is subject to removal in a future version.
      Comment describing the reason why the dialect is required.
      StringjiraKey
      Deprecated, for removal: This API element is subject to removal in a future version.
      The key of a JIRA issue which relates this this restriction
      booleanstrictMatching
      Deprecated, for removal: This API element is subject to removal in a future version.
      Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
    • Element Detail

      • value

        Class<? extendsDialect> value
        Deprecated, for removal: This API element is subject to removal in a future version.
        The dialects against which to run the test
        Returns:
        The dialects
      • strictMatching

        boolean strictMatching
        Deprecated, for removal: This API element is subject to removal in a future version.
        Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
        Returns:
        Should strict matching be used?
        Default:
        false
      • comment

        String comment
        Deprecated, for removal: This API element is subject to removal in a future version.
        Comment describing the reason why the dialect is required.
        Returns:
        The comment
        Default:
        ""
      • jiraKey

        String jiraKey
        Deprecated, for removal: This API element is subject to removal in a future version.
        The key of a JIRA issue which relates this this restriction
        Returns:
        The jira issue key
        Default:
        ""