SQLServer « HBM « JPA Q&A





1. Hibernate hbm2ddl and SQL Server: Long as column of numeric data type    stackoverflow.com

Hibernate generates column of type “numeric� in SQL Server for properties of type Long of Java class. Is there a way to make Hibernate generate bigint (or int) column instead of ...

2. Problem adding @ManyToOne mapping on Non primary-key in SQL Server    stackoverflow.com

I have a problem with changing my spring/hibernate application from MySql to SQL Server. When Hibernate is updating the database by starting the server he want to creates(by hibernate.hbm2ddl.auto set on update ...