By default, hbm mapping files are detected when building Hibernate
EntityManager.
Is that expected?
I see that it is possible to override this behavior by setting
hibernate.archive.autodetection="".
I was surprised by the default. I would have thought that an application
using EntityManager would need to explicitly opt-in to use hbm files.
Thanks,
Gail