how to configure hibernate config file for sql server

Properties that are database specific are: hibernate.connection.driver_class: JDBC driver class hibernate.connection.url: JDBC URL hibernate.connection.username: database user hibernate.connection.password: database password hibernate.dialect: The class name of a Hibernate org.hibernate.dialect.Dialect which allows Hibernate to generate SQL optimized for a particular relational database. To change the database, you must: Provide an appropriate JDBC driver for the database on the … Read more