Properly document default for useNewIdGeneratorMappings

Closes gh-11064
This commit is contained in:
Stephane Nicoll 2017-11-19 13:14:12 +01:00
parent e147982045
commit 303b812363
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class JpaProperties {
/**
* Use Hibernate's newer IdentifierGenerator for AUTO, TABLE and SEQUENCE. This is
* actually a shortcut for the "hibernate.id.new_generator_mappings" property.
* When not specified will default to "false" for backwards compatibility.
* When not specified will default to "true".
*/
private Boolean useNewIdGeneratorMappings;