basically, i have 2 entities, SUPERCLASS and SUBCLASS.
besides defining SUBCLASS as:
public abstract class SUBCLASS extends SUPERCLASS {
...
}
are there any special xdoclet @tags that i need to define in SUBCLASS to
get SUPERCLASSUtil.getHome.findAll() to also return instances of SUBCLASS?
currently, SUPERCLASSUtil.getHome.findAll() is only returning instances of
SUPERCLASS...
thank you.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
