HHH-5993 Add documentation for session factory observer config

This commit is contained in:
Emmanuel Bernard 2011-03-15 14:28:34 +01:00
parent 12bd0f24c0
commit 1419b51736
1 changed files with 8 additions and 0 deletions

View File

@ -700,6 +700,14 @@ EntityManagerFactory programmaticEmf =
constructor.</entry>
</row>
<row>
<entry>hibernate.ejb.session_factory_observer</entry>
<entry>A optional <classname>SessionFactoryObserver</classname>
implementation class name. The class must have a no-arg
constructor.</entry>
</row>
<row>
<entry>hibernate.ejb.event.&lt;eventtype&gt;</entry>