Uses of Class
org.hibernate.dialect.PostgreSQLDriverKind
-
Packages that use PostgreSQLDriverKind Package Description org.hibernate.dialect -
-
Uses of PostgreSQLDriverKind in org.hibernate.dialect
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)
-