HHH-16706 fix spelling mistake in Envers.adoc

This commit is contained in:
bradbalogh 2023-05-26 11:27:37 -05:00 committed by Christian Beikov
parent c7c8327c8f
commit e99ae7995a
1 changed files with 1 additions and 1 deletions

View File

@ -1420,7 +1420,7 @@ Your opinions on the subject are very welcome on the forum.
=== Generating Envers schema with Hibernate hbm2ddl tool
If you would like to generate the database schema file with Hibernate,
you simply need to use the hbm2ddl too.
you simply need to use the hbm2ddl tool.
This task will generate the definitions of all entities, both of those which are audited by Envers and those which are not.