Uses of Enum Class
org.hibernate.dialect.PostgreSQLDriverKind
Packages that use PostgreSQLDriverKind
Package
Description
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 PostgreSQLDriverKindModifier and TypeFieldDescriptionprotected final PostgreSQLDriverKind
CockroachDialect.driverKind
protected final PostgreSQLDriverKind
PostgreSQLDialect.driverKind
Methods in org.hibernate.dialect that return PostgreSQLDriverKindModifier and TypeMethodDescriptionstatic PostgreSQLDriverKind
PostgreSQLDriverKind.determineKind
(DialectResolutionInfo dialectResolutionInfo) static PostgreSQLDriverKind
Returns the enum constant of this class with the specified name.static PostgreSQLDriverKind[]
PostgreSQLDriverKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.dialect with parameters of type PostgreSQLDriverKindModifierConstructorDescriptionCockroachDialect
(DatabaseVersion version, PostgreSQLDriverKind driverKind) PostgreSQLDialect
(DatabaseVersion version, PostgreSQLDriverKind driverKind)