Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Is weaving applied only to super parent class?
Is weaving applied only to super parent class? [message #1734623] Fri, 10 June 2016 05:08
Pavel No is currently offline Pavel NoFriend
Messages: 47
Registered: May 2016
Member
Lets suppose we have tree classes:

@Entity
class ClassA extends ClassB{
...
}

@MappedSuperclass
class ClassB extends ClassC{
...
}


@MappedSuperclass
class ClassC{
...
}

I have serious suspicious that in such case we need to weave only ClassC. I tried static weaving only to ClassC and everything works. In particular EntityGraph for ClassA (FetchGroup) which needs weaving works.
Previous Topic:EclipseLink get stuck
Next Topic:How to build EclipseLink 2.7.0
Goto Forum:
  


Current Time: Fri Apr 19 02:37:42 GMT 2024

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

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

Back to the top