Skip to content

Commit 33052ec

Browse files
committed
mention legal values for hibernate.dialect.storage_engine
1 parent 058c56d commit 33052ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/SchemaToolingSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)