dialect « Property « JPA Q&A





1. Hibernate: The dialect was not set. Set the property hibernate.dialect    stackoverflow.com

I have the following hibernate.cfg.xml:

<hibernate-configuration>
   <session-factory>
      <property name="hibernate.format_sql">true</property>
      <property name="hibernate.show_sql">true</property>
      <property name="hibernate.connection.url">jdbc:mysql://localhost/EJB</property>
   ...

2. hibernate.dialect property    forum.hibernate.org