Uses of Class
org.hibernate.dialect.DmlTargetColumnQualifierSupport
-
Packages that use DmlTargetColumnQualifierSupport Package Description org.hibernate.dialect 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 DmlTargetColumnQualifierSupport Modifier and Type Method Description DmlTargetColumnQualifierSupport
Dialect. getDmlTargetColumnQualifierSupport()
Get the minimumDmlTargetColumnQualifierSupport
required by this dialect.DmlTargetColumnQualifierSupport
OracleDialect. getDmlTargetColumnQualifierSupport()
static DmlTargetColumnQualifierSupport
DmlTargetColumnQualifierSupport. valueOf(String name)
Returns the enum constant of this type with the specified name.static DmlTargetColumnQualifierSupport[]
DmlTargetColumnQualifierSupport. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-