Hi,
I'm wondering how EJB engine extracts on runtime Class information from List, as I
know such info is erased on runtime (Generics rules Java 5), in given example how to get
SomeClass.class ?!
@OneToMany(mappedBy = ?someField?)
| public List<SomeClass> someClasses;
|
Or I'm wrong and this is possible (How?)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959414#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...