Commit 303b8123 authored by Stephane Nicoll's avatar Stephane Nicoll

Properly document default for useNewIdGeneratorMappings

Closes gh-11064
parent e1479820
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment