Do not go through LifeCycleEventManager overhead if the Entity has declared to 
be excluded
------------------------------------------------------------------------------------------

                 Key: OPENJPA-2168
                 URL: https://issues.apache.org/jira/browse/OPENJPA-2168
             Project: OpenJPA
          Issue Type: Sub-task
          Components: kernel, performance
    Affects Versions: 2.3.0, 2.2.1
            Reporter: Kevin Sutter
            Assignee: Kevin Sutter


If the <exclude-default-listener> element is specified in the orm.xml, then we 
can skip the listener processing in our runtime.  This capability has been in 
the code previously, I'm just moving it higher in the callstack to remove the 
overhead of the LEMManager earlier.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to