HHH-11461: Remove reference to the EnversSchemaGenerator tool in documentation.

This commit is contained in:
Chris Cranford 2017-02-07 00:15:22 -05:00
parent e46956b0f1
commit 6b2176ab83
1 changed files with 1 additions and 2 deletions

View File

@ -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 <<envers-generateschema>>.
====
Instead of annotating the whole class and auditing all properties, you can annotate only some persistent properties with `@Audited`.