To set SQL dialect, one has to set the hibernate.dialect property to correct org.hibernate.dialect.Dialect subclass for the database. Specify a dialect and then Hibernate will use defaults for some of the properties and this will save the effort of specifying them manually. Following dialects are supported. DB2 org.hibernate.dialect.DB2DialectDB2 AS/400 org.hibernate.dialect.DB2400DialectDB2 OS390 org.hibernate.dialect.DB2390DialectPostgreSQL ...
License4J 4.0
Yesterday, 12:23 AM in Java Software