public final class SQLDialect.ThirdParty
extends java.lang.Object
SQLDialect
.Constructor and Description |
---|
ThirdParty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
hibernateDialect()
The Hibernate dialect name or
null , if the dialect is
not supported by Hibernate. |
java.lang.String |
springDbName()
The Spring DB name or
null , if the db name is not
supported by Spring. |
public final java.lang.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 java.lang.String hibernateDialect()
null
, if the dialect is
not supported by Hibernate.
Copyright © 2018. All Rights Reserved.