On Tue, 2005-04-19 at 13:07 -0600, Chad Brandon wrote: > You can model an operation on the entity that could act as an attribute, > however there isn't any way to model non-persistent attributes, we could > probably add a tagged value to specifiy that, so feel free to file a > JIRA reques tor the Hibernate project (I'm assuming you're using > Hibernate?)..and we'll add it.
Another possibility is to mark it as "derived" which I assume it must be if it is transient. > > Tim Dysinger wrote: > > >Is there a way to model transient attributes? I would like to add > >attributes that are not persistent in an entity. > > > >-Tim > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: New Crystal Reports XI. > >Version 11 adds new functionality designed to reduce time involved in > >creating, integrating, and deploying reporting solutions. Free runtime info, > >new features, or free trial, at: http://www.businessobjects.com/devxi/728 > >_______________________________________________ > >Andromda-user mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/andromda-user > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Andromda-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-user -- regards Martin West http://thecla.homeftp.net aim:amartinwest msn:[EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
