Uses of Enum Class
org.hibernate.dialect.DmlTargetColumnQualifierSupport
Packages that use DmlTargetColumnQualifierSupport
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of DmlTargetColumnQualifierSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return DmlTargetColumnQualifierSupportModifier and TypeMethodDescriptionCockroachDialect.getDmlTargetColumnQualifierSupport()
DB2Dialect.getDmlTargetColumnQualifierSupport()
Dialect.getDmlTargetColumnQualifierSupport()
Get the minimumDmlTargetColumnQualifierSupport
required by this dialect.DialectDelegateWrapper.getDmlTargetColumnQualifierSupport()
H2Dialect.getDmlTargetColumnQualifierSupport()
HANADialect.getDmlTargetColumnQualifierSupport()
HSQLDialect.getDmlTargetColumnQualifierSupport()
MySQLDialect.getDmlTargetColumnQualifierSupport()
OracleDialect.getDmlTargetColumnQualifierSupport()
PostgreSQLDialect.getDmlTargetColumnQualifierSupport()
SQLServerDialect.getDmlTargetColumnQualifierSupport()
SybaseDialect.getDmlTargetColumnQualifierSupport()
Returns the enum constant of this class with the specified name.static DmlTargetColumnQualifierSupport[]
DmlTargetColumnQualifierSupport.values()
Returns an array containing the constants of this enum class, in the order they are declared.