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 DmlTargetColumnQualifierSupportDialect. getDmlTargetColumnQualifierSupport()Get the minimumDmlTargetColumnQualifierSupportrequired by this dialect.DmlTargetColumnQualifierSupportOracleDialect. getDmlTargetColumnQualifierSupport()static DmlTargetColumnQualifierSupportDmlTargetColumnQualifierSupport. 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.
-