We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aca4d commit bddf923Copy full SHA for bddf923
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -1912,8 +1912,7 @@ provides the same table structure as Hibernate 4: all dots are replaced by under
1912
camel cases are replaced by underscores as well. By default, all table names are generated
1913
in lower case but it is possible to override that flag if your schema requires it.
1914
1915
-Concretely, the `TelephoneNumber` entity will use a `telephone_number` with the default
1916
-strategy.
+Concretely, a `TelephoneNumber` entity will be mapped to the `telephone_number` table.
1917
1918
If you'd rather use Hibernate 5's default instead, set the following property:
1919
0 commit comments