Skip to content

Commit bddf923

Browse files
committed
Polish
1 parent c2aca4d commit bddf923

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,8 +1912,7 @@ provides the same table structure as Hibernate 4: all dots are replaced by under
19121912
camel cases are replaced by underscores as well. By default, all table names are generated
19131913
in lower case but it is possible to override that flag if your schema requires it.
19141914

1915-
Concretely, the `TelephoneNumber` entity will use a `telephone_number` with the default
1916-
strategy.
1915+
Concretely, a `TelephoneNumber` entity will be mapped to the `telephone_number` table.
19171916

19181917
If you'd rather use Hibernate 5's default instead, set the following property:
19191918

0 commit comments

Comments
 (0)