public final class SQLDialect.ThirdParty extends Object
SQLDialect
.Constructor and Description |
---|
ThirdParty() |
Modifier and Type | Method and Description |
---|---|
String |
hibernateDialect()
The Hibernate dialect name or
null , if the dialect is
not supported by Hibernate. |
String |
springDbName()
The Spring DB name or
null , if the db name is not
supported by Spring. |
public final String springDbName()
null
, if the db name is not
supported by Spring.
The name returned by this method corresponds to the DB id as
referenced in
org/springframework/jdbc/support/sql-error-codes.xml
public final String hibernateDialect()
null
, if the dialect is
not supported by Hibernate.
Copyright © 2016. All Rights Reserved.