HHH-5916 Add documentation for PersisterClassProvider option on Hibernate EntityManager

This commit is contained in:
Emmanuel Bernard 2011-02-14 19:17:09 +01:00
parent 1f063b7d35
commit 7e42b46444
1 changed files with 12 additions and 3 deletions

View File

@ -685,12 +685,21 @@ EntityManagerFactory programmaticEmf =
<row>
<entry>hibernate.ejb.naming_strategy</entry>
<entry>An optional naming strategy. The default naming strategy
used is <classname>EJB3NamingStrategy</classname>. You also
might want to consider the
<entry>An optional naming strategy. The class must have a no-arg
constructor. The default naming strategy used is
<classname>EJB3NamingStrategy</classname>. You also might want
to consider the
<classname>DefaultComponentSafeNamingStrategy</classname>.</entry>
</row>
<row>
<entry>hibernate.ejb.persister_class_provider</entry>
<entry>A optional <classname>PersisterClassProvider</classname>
implementation class name. The class must have a no-arg
constructor.</entry>
</row>
<row>
<entry>hibernate.ejb.event.&lt;eventtype&gt;</entry>