Fix User Guide build problems

This commit is contained in:
Steve Ebersole 2021-10-08 09:18:58 -05:00
parent d452b6e3ea
commit 41603e8d75
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ include::{extrasdir}/entity/mapping-post-table-schema-postgresql-example.sql[]
Now, to map the `Book` entity to the `book` table in the `library` schema we can use the `schema` attribute of the `@Table` Jakarta Persistence annotation.
[[mapping-entity-table-catalog-mysql-example]]
[[mapping-entity-table-catalog-postgresql-example]]
.Specifying the database schema using the `@Table` annotation
====
[source,java]