File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hibernate-core/src/main/java/org/hibernate/cfg Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -293,10 +293,12 @@ public interface SchemaToolingSettings {
293293 String HBM2DDL_DEFAULT_CONSTRAINT_MODE = "hibernate.hbm2ddl.default_constraint_mode" ;
294294
295295 /**
296- * Specifies the default storage engine for a relational databases that supports
296+ * Specifies the default storage engine for a relational database that supports
297297 * multiple storage engines. This property must be set either as an {@link Environment}
298298 * variable or JVM System Property, since the {@link org.hibernate.dialect.Dialect} is
299299 * instantiated before Hibernate property resolution.
300+ * <p>
301+ * For MySQL, the legal values are {@code innodb} (the default) and {@code myisam}.
300302 *
301303 * @since 5.2.9
302304 */
You can’t perform that action at this time.
0 commit comments