Description
We need to be able to run class enhancer for JPA-managed classes even if they are not declared in persistence.xml... This makes the provider much more robust in respect to class loading order (what if an entity class was loaded before the provider initialization, etc.), results in less verbose descriptors and simplifies unit testing. We may also experiment with reloading of a previously loaded unenhanced class on provider startup.