Annotation Type RequiresDialect

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends org.hibernate.dialect.Dialect> value
      The Dialect class to match.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String comment
      Comment describing the reason why the dialect is required.
      boolean matchSubTypes
      Should subtypes of value() be matched?
      int version
      the Dialect version
    • Element Detail

      • value

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

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

        int version
        the Dialect version
        Default:
        -1
      • comment

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