Properly document default for useNewIdGeneratorMappings
Closes gh-11064
This commit is contained in:
parent
e147982045
commit
303b812363
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue