- java.lang.Object
-
- org.jooq.SQLDialect.ThirdParty
-
- Enclosing class:
- SQLDialect
public final class SQLDialect.ThirdParty extends Object
Third party representations of the enclosingSQLDialect
.
-
-
Constructor Summary
Constructors Constructor Description ThirdParty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
hibernateDialect()
The Hibernate dialect name ornull
, if the dialect is not supported by Hibernate.String
springDbName()
The Spring DB name ornull
, if the db name is not supported by Spring.
-
-
-
Method Detail
-
springDbName
public final String springDbName()
The Spring DB name ornull
, 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
-
hibernateDialect
public final String hibernateDialect()
The Hibernate dialect name ornull
, if the dialect is not supported by Hibernate.
-
-