jeudi 21 décembre 2017

org.hibernate.cfg.jdbcbinderexception duplicate class name generated for

org.hibernate.cfg.jdbcbinderexception duplicate class name generated for


To resolve this problem you have to add this property to hibernate.cfg.xml, 
and add the value of shema in uppercase.

  <property name="hibernate.default_schema">DEV</property>