I see. You explicitly specify org.hibernate.dialect.SQLServerDialect:
<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
Is there a particular reason you choose that one specifically, rather than letting Hibernate pick based on the JDBC metadata? |