Undoc missing feature

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6243 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-03-30 12:56:53 +00:00
parent d201cb42eb
commit 8bf0ecf917
1 changed files with 2 additions and 7 deletions

View File

@ -115,7 +115,7 @@ public class AuditInterceptor implements Interceptor, Serializable {
</sect1>
<sect1 id="objectstate-events">
<sect1 id="objectstate-events" revision="2">
<title>Event system</title>
<para>
@ -141,12 +141,7 @@ public class AuditInterceptor implements Interceptor, Serializable {
<para>
The listeners should be considered effectively singletons; meaning, they are shared between
requests, and thus should not save any state as instance variables. The event objects
themselves, however, do hold a lot of the context needed for processing as they are unique
to each request. Custom event listeners may also make use of the event's context for storage
of any needed processing variables. The context is a simple map, but the default listeners
don't use the context map at all, so don't worry about over-writing internally required
context variables.
requests, and thus should not save any state as instance variables.
</para>
<para>