Package rs.baselib.sql
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 java.lang.StringgetHibernateDialect()Returns the dialect to be used by Hibernate.
-
Method Details
-
getHibernateDialect
java.lang.String getHibernateDialect()Returns the dialect to be used by Hibernate.- Returns:
- the name of the dialect class.
-