Skip to content

Commit 6b2176a

Browse files
committed
HHH-11461: Remove reference to the EnversSchemaGenerator tool in documentation.
1 parent e46956b commit 6b2176a

File tree

1 file changed

+1
-2
lines changed
  • documentation/src/main/asciidoc/userguide/chapters/envers

1 file changed

+1
-2
lines changed

documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ However, for each audited entity, a new table is introduced - `entity_table_AUD`
2424
[NOTE]
2525
====
2626
Envers automatically creates audit tables if `hibernate.hbm2ddl.auto` option is set to `create`, `create-drop` or `update`.
27-
Otherwise, to export complete database schema programmatically, use `org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator`.
28-
Appropriate DDL statements can be also generated with Ant task described later in this manual.
27+
Appropriate DDL statements can also be generated with an Ant task in <<envers-generateschema>>.
2928
====
3029

3130
Instead of annotating the whole class and auditing all properties, you can annotate only some persistent properties with `@Audited`.

0 commit comments

Comments
 (0)