This is probably really easy, but I can't figure it out.  How do I prevent
the data object from getting some of the relation id's that I pull into my
base object.  Not the primary id, but related id's.  They are persistance
fields, but I don't want to send them in the data object because I don't
have any use for them there (just extra weight).

For example...

/**
     * @ejb:interface-method view-type="local"
     * @ejb:persistent-field
     * @weblogic:dbms-column StyleID
     */
    public abstract Integer getStyleID( );

This method gets an id from a related table.  I use it to do some cmr, as
well as possibly use it from the local object.  I don't want this value in
the data object if I can avoid it.

Thanks in advance,
-Kevin


================================================================= 
This message contains confidential business information that is 
intended for use only by the individual or entity to whom it is 
addressed.  If you are not the intended recipient, you are hereby 
notified that any disclosure, interception, copying, distribution 
or the taking of any action in reliance on the contents of this 
email is prohibited.  If you received this email in error, please 
notify the sender by forwarding the message back to the sender, 
and then delete the original information from your system. 
================================================================= 




-------------------------------------------------------
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

Reply via email to