Interface IHibernateDialectProvider

All Known Implementing Classes:
AbstractJdbcConnectionProvider, HyperSqlFileJdbcConnectionProvider, HyperSqlServerJdbcConnectionProvider, MySql5JdbcConnectionProvider

public interface IHibernateDialectProvider
Provides a name for the Hibernate dialect class
Author:
ralph
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the dialect to be used by Hibernate.
  • Method Details

    • getHibernateDialect

      String getHibernateDialect()
      Returns the dialect to be used by Hibernate.
      Returns:
      the name of the dialect class.