From 6b2176ab83ce966946ab90b519bbf4e01c683958 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Tue, 7 Feb 2017 00:15:22 -0500 Subject: [PATCH] HHH-11461: Remove reference to the EnversSchemaGenerator tool in documentation. --- .../src/main/asciidoc/userguide/chapters/envers/Envers.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc b/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc index ad46497401..55c332de5d 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc @@ -24,8 +24,7 @@ However, for each audited entity, a new table is introduced - `entity_table_AUD` [NOTE] ==== Envers automatically creates audit tables if `hibernate.hbm2ddl.auto` option is set to `create`, `create-drop` or `update`. -Otherwise, to export complete database schema programmatically, use `org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator`. -Appropriate DDL statements can be also generated with Ant task described later in this manual. +Appropriate DDL statements can also be generated with an Ant task in <>. ==== Instead of annotating the whole class and auditing all properties, you can annotate only some persistent properties with `@Audited`.