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 {
293
293
String HBM2DDL_DEFAULT_CONSTRAINT_MODE = "hibernate.hbm2ddl.default_constraint_mode" ;
294
294
295
295
/**
296
- * Specifies the default storage engine for a relational databases that supports
296
+ * Specifies the default storage engine for a relational database that supports
297
297
* multiple storage engines. This property must be set either as an {@link Environment}
298
298
* variable or JVM System Property, since the {@link org.hibernate.dialect.Dialect} is
299
299
* instantiated before Hibernate property resolution.
300
+ * <p>
301
+ * For MySQL, the legal values are {@code innodb} (the default) and {@code myisam}.
300
302
*
301
303
* @since 5.2.9
302
304
*/
You can’t perform that action at this time.
0 commit comments