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?
    • 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
      • comment

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