Fix User Guide build problems
This commit is contained in:
parent
d452b6e3ea
commit
41603e8d75
|
@ -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.
|
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
|
.Specifying the database schema using the `@Table` annotation
|
||||||
====
|
====
|
||||||
[source,java]
|
[source,java]
|
||||||
|
|
Loading…
Reference in New Issue