We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd552fe commit ad65da8Copy full SHA for ad65da8
documentation/src/main/docbook/devguide/en-US/Envers.xml
@@ -29,6 +29,14 @@
29
on the entity.
30
</para>
31
32
+ <important>
33
+ <para>
34
+ Unlike in previous versions, you no longer need to specify listeners in the Hibernate configuration
35
+ file. Just putting the Envers jar on the classpath is enough - listeners will be registered
36
+ automatically.
37
+ </para>
38
+ </important>
39
+
40
<para>
41
And that's all - you can create, modify and delete the entites as always. If you look at the generated
42
schema for your entities, or at the data persisted by Hibernate, you will notice that there are no changes.
0 commit comments