dev@glassfish.java.net

[Asking]About EclipseLink Weaving

From: Tang Yong <tangyong_at_cn.fujitsu.com>
Date: Tue, 09 Apr 2013 00:30:59 +0900

Team,

I have a question about EclipseLink Weaving.

For the following a entity,

@Embeddable
public class A extends B<String> implements Serializable {
...
}

After A was weaved by eclipselink , how I can find the contents of weaved A?

Here has a background as following:

After A was weaved by eclipselink, calling it's clazz.getInterfaces()
will return more than interfaces than "Serializable"
(eg.org.eclipse.persistence.internal.weaving.PersistenceWeaved...).

So, I want to see what happened after weaving.

Thanks
--Tang