Uses of Class
org.hibernate.dialect.PostgreSQLDriverKind
-
Packages that use PostgreSQLDriverKind Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of PostgreSQLDriverKind in org.hibernate.dialect
Fields in org.hibernate.dialect declared as PostgreSQLDriverKind Modifier and Type Field Description protected PostgreSQLDriverKind
CockroachDialect. driverKind
protected PostgreSQLDriverKind
PostgreSQLDialect. driverKind
Methods in org.hibernate.dialect that return PostgreSQLDriverKind Modifier and Type Method Description static PostgreSQLDriverKind
PostgreSQLDriverKind. determineKind(DialectResolutionInfo dialectResolutionInfo)
static PostgreSQLDriverKind
PostgreSQLDriverKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostgreSQLDriverKind[]
PostgreSQLDriverKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.dialect with parameters of type PostgreSQLDriverKind Constructor Description CockroachDialect(DatabaseVersion version, PostgreSQLDriverKind driverKind)
PostgreSQLDialect(DatabaseVersion version, PostgreSQLDriverKind driverKind)
-