I'm not sure this can be done in Rose, as it probably departs from  
the methodology too much

I have 2 tables with corresponding Rose Objects

The relevant info is here
        
        Useraccount
                id

        Link
                id
                useraccount_id [ references useraccount(id) ]

On a webapp page I've just created, I now need access to an  
additional field, in Useraccount

        Useraccount
                hex_id

I don't need the whole record, nor do I need an object.    I just  
need Link, under certain circumstances, to be aware of the hex_id  
value in the corresponding Useraccount page

Is there any way to do this , without loading an entire object?  I  
don't think so, as rose is very object minded - and this probably  
breaks with the design ideology.  I just needed to ask, to save a bit  
of db and memory overhead.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to