diff --git a/hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java b/hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
index 4b2876ec80..bf94c4f403 100644
--- a/hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
+++ b/hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
@@ -102,11 +102,18 @@ import org.hibernate.type.descriptor.sql.SqlTypeDescriptor;
import org.hibernate.type.descriptor.sql.VarcharTypeDescriptor;
/**
- * An abstract base class for HANA dialects.
- * SAP HANA Reference
- * NOTE: This dialect is currently configured to create foreign keys with on update cascade
.
+ * An abstract base class for SAP HANA dialects.
+ *
+ * For more information on interacting with the SAP HANA database, refer to the + * SAP HANA SQL and System Views Reference + * and the SAP + * HANA Client Interface Programming Reference. + *
+ * Note: This dialect is configured to create foreign keys with {@code on update cascade}.
*
* @author Andrew Clemons
+ * For more information on interacting with the SAP HANA database, refer to the
+ * SAP HANA SQL and System Views Reference
+ * and the SAP
+ * HANA Client Interface Programming Reference.
+ *
* Column tables are created by this dialect when using the auto-ddl feature.
*
* @author Andrew Clemons
+ * For more information on interacting with the SAP HANA database, refer to the
+ * SAP HANA SQL and System Views Reference
+ * and the SAP
+ * HANA Client Interface Programming Reference.
+ *
* Row tables are created by this dialect when using the auto-ddl feature.
*
* @author Andrew Clemons
- * SAP HANA Reference
+ * An SQL dialect for the SAP HANA column store.
+ *
- * SAP HANA Reference
+ * An SQL dialect for the SAP HANA row store.
+ *