HHH-11461: Remove reference to the EnversSchemaGenerator tool in documentation.
This commit is contained in:
parent
e46956b0f1
commit
6b2176ab83
|
@ -24,8 +24,7 @@ However, for each audited entity, a new table is introduced - `entity_table_AUD`
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
Envers automatically creates audit tables if `hibernate.hbm2ddl.auto` option is set to `create`, `create-drop` or `update`.
|
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 also be generated with an Ant task in <<envers-generateschema>>.
|
||||||
Appropriate DDL statements can be also generated with Ant task described later in this manual.
|
|
||||||
====
|
====
|
||||||
|
|
||||||
Instead of annotating the whole class and auditing all properties, you can annotate only some persistent properties with `@Audited`.
|
Instead of annotating the whole class and auditing all properties, you can annotate only some persistent properties with `@Audited`.
|
||||||
|
|
Loading…
Reference in New Issue