Interface DialectCheck

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isMatch​(org.hibernate.dialect.Dialect dialect)
      Does the given dialect match the defined check?
    • Method Detail

      • isMatch

        boolean isMatch​(org.hibernate.dialect.Dialect dialect)
        Does the given dialect match the defined check?
        Parameters:
        dialect - The dialect against which to check
        Returns:
        true if it matches; false otherwise.