Interface HyperonDialect

All Known Implementing Classes:
DefaultDialect, H2HyperonDialect, HsqlHyperonDialect, MsSQL2012HyperonDialect, MySQLHyperonDialect, OracleHyperonDialect, PostgresqlHyperonDialect

public interface HyperonDialect
Author:
przemek hertel
  • Method Details

    • table

      String table(String table)
    • column

      String column(String column)
    • selectFromSequence

      String selectFromSequence(String sequence)
    • selectFromSequence

      String selectFromSequence(String sequence, String schema)
    • validationQuery

      String validationQuery()
    • jdbcDriverClassName

      String jdbcDriverClassName()
    • hibernateDialect

      String hibernateDialect()
    • hint

      String hint(String token)
      This supports hint provider for certain dialects, but not all dialects require that. If dialect doesn't support the token hint, it will return EMPTY string.
      Parameters:
      token - for exact hint
      Returns:
      empty string if token is not supported in dialect, otherwise return proper hint value.