In Hibenate I am using MariaDB but I couldn\'t find the dialect class name of MariaDB .
In Hibernate, MySQL5 diale
From here, it was mentioned "it needs to be the MySQL5InnoDBDialect or MySQL57InnoDBDialect instead of the MySQLInnoDBDialect"
For complete list, see http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#database-dialect
New MariaDB dialect is added in 5.2.17. See JIRA and commit