Title: Cfg properties for EntityManager

Browsing through the HibernatePersistence class, I'm having a great deal of trouble figuring out if there are some patterns used for the naming of properties. For example we have:

   hibernate.ejb.cfgfile
   hibernate.hbmxml.files

   hibernate.ejb.classes
   hibernate.ejb.packages
   hibernate.hbmxml.files

   hibernate.jacc.ctx.id

   hibernate.archive.autodetection


We need to get these cleaned up and made more consistent with the standards used by the hibernate core. Yes, I realize that some of the property names of the cofe are not *perfect*, but there is a higher level of internal consistency.

Reply via email to