Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » _persistence_checkFetched
_persistence_checkFetched [message #1407272] Tue, 12 August 2014 08:23
Tom Eugelink is currently offline Tom EugelinkFriend
Messages: 817
Registered: July 2009
Senior Member
I have a stack entity:
- Toplevel @Entity class contains business logic
- From DB automatically generated @MappedSuperclass with mapped fields and setters & getters
- Class with java bean logic, like property change and vetoable listener registration, etc.

Up until Eclipselink 2.4.0 I can static weave this perfectly. As of 2.4.2 this no longer works, because I get a missing _persistence_checkFetched method exception on the generated class.

And this exception is correct! When examining the generated class, I see calls to "thisclass._persistence_checkFetched" weaved into the different methods, but the _persistence_checkFetched method itself is not present.

Tom
Previous Topic:Transaction Support EclipseLink + JPA + MongoDB
Next Topic:Two way ( mutual )SSL with EclipseLink, JPA, and MongoDB
Goto Forum:
  


Current Time: Tue Mar 19 10:25:16 GMT 2024

Powered by FUDForum. Page generated in 0.02502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top