JPA enhancer should enhance undeclared classes
----------------------------------------------

                 Key: CAY-757
                 URL: https://issues.apache.org/cayenne/browse/CAY-757
             Project: Cayenne
          Issue Type: Improvement
          Components: Cayenne JPA
    Affects Versions: 3.0
            Reporter: Andrus Adamchik
         Assigned To: Andrus Adamchik
             Fix For: 3.0


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to