HHH-5916 Add documentation for PersisterClassProvider option on Hibernate EntityManager
This commit is contained in:
parent
a829d9c1c7
commit
02cf95da33
|
@ -685,12 +685,21 @@ EntityManagerFactory programmaticEmf =
|
||||||
<row>
|
<row>
|
||||||
<entry>hibernate.ejb.naming_strategy</entry>
|
<entry>hibernate.ejb.naming_strategy</entry>
|
||||||
|
|
||||||
<entry>An optional naming strategy. The default naming strategy
|
<entry>An optional naming strategy. The class must have a no-arg
|
||||||
used is <classname>EJB3NamingStrategy</classname>. You also
|
constructor. The default naming strategy used is
|
||||||
might want to consider the
|
<classname>EJB3NamingStrategy</classname>. You also might want
|
||||||
|
to consider the
|
||||||
<classname>DefaultComponentSafeNamingStrategy</classname>.</entry>
|
<classname>DefaultComponentSafeNamingStrategy</classname>.</entry>
|
||||||
</row>
|
</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>
|
<row>
|
||||||
<entry>hibernate.ejb.event.<eventtype></entry>
|
<entry>hibernate.ejb.event.<eventtype></entry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue