Browse Source

Properly document default for useNewIdGeneratorMappings

Closes gh-11064
pull/11066/merge
Stephane Nicoll 8 years ago
parent
commit
303b812363
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaProperties.java

@ -178,7 +178,7 @@ public class JpaProperties { @@ -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…
Cancel
Save