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 TypeMethodDescriptionAbstractHANADialect.getDmlTargetColumnQualifierSupport()Deprecated, for removal: This API element is subject to removal in a future version.CockroachDialect.getDmlTargetColumnQualifierSupport()DB2Dialect.getDmlTargetColumnQualifierSupport()DerbyDialect.getDmlTargetColumnQualifierSupport()Dialect.getDmlTargetColumnQualifierSupport()Get the minimumDmlTargetColumnQualifierSupportrequired by this dialect.H2Dialect.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.